curl --request GET \
--url https://api.cadanapay.com/v1/users/{userId}/balances \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "517075a2-17db-469f-9481-eb8347cb920c",
"currency": "USD",
"balance": 703448,
"available": 703448,
"processing": 0
}
]
}Get a user’s wallet balances
curl --request GET \
--url https://api.cadanapay.com/v1/users/{userId}/balances \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "517075a2-17db-469f-9481-eb8347cb920c",
"currency": "USD",
"balance": 703448,
"available": 703448,
"processing": 0
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Required when using a Platform API token. The tenant key identifying which business to operate on.
The unique identifier for the user
get wallet balances
Show child attributes