v1
latestOpenAPI 3.1.02026-08-065163115.0 KBStatements
Get account balances
Retrieve real-time account balances for all currencies associated with your business. This endpoint returns the current balance for each currency wallet associated with your business account.
get/v1/businesses/{client_id}/balance
Path parameters
client_idinteger required
Example:123
The ID of the business.
Response
OK
Example response
[
{
"balance": 123.45,
"currency": "AUD"
}
]