v1

latestOpenAPI 3.1.02026-08-065163115.0 KB
Statements

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

balancenumber required

Account balance amount as a decimal number

currencystring required

ISO 4217 currency code

Example response

[
  {
    "balance": 123.45,
    "currency": "AUD"
  }
]