← Home Get Wallet Balance

Get Wallet Balance

GEThttps://api.bayut.com/v1/users/{user}/wallets

Get total balance remaining

🔐 Bearer Token: Provide your bearer token in the Authorization header when making requests to protected resources.
Query Parameters
NameTypeRequiredDescriptionExample
userstringOptionalThe ID of the user.123413
portalstringOptionalFilter by portal (bayut or dubizzle) , to get the both portal balance leave this field nullbayut
balanceobjectOptional
personalarray[string]Optional
agencyobjectOptional
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
        }
    }
}