← Home
Get Wallet Balance
Get Wallet Balance
Get total balance remaining
🔐 Bearer Token: Provide your bearer token in the Authorization header when making requests to protected resources.
Query Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| user | string | Optional | The ID of the user. | 123413 |
| portal | string | Optional | Filter by portal (bayut or dubizzle) , to get the both portal balance leave this field null | bayut |
| balance | object | Optional | ||
| personal | array[string] | Optional | ||
| agency | object | Optional |
Responses
200✅
Code Examples
curl --location 'https://api.bayut.com/v1/users/123413/wallets?portal=bayut' \
--header 'Authorization: Bearer <token>'{
"balance": {
"personal": [],
"agency": {
"bayut": 39953,
"dubizzle": 39925
}
}
}