Get balances
Returns all balances held by the authenticated client, one per provisioned
currency. Always returns an entry for every provisioned currency including zero
balances.
Authentication
AuthorizationBearer
Token obtained via the login flow.
Query parameters
currency
Filter to one or more currencies (ISO 4217). Repeatable — e.g. ?currency=USD¤cy=NGN.
limit
Maximum number of results to return. Default 20, max 200.
cursor
Opaque cursor from nextCursor of a previous response.
Response
Client balances.
balances
nextCursor
Opaque cursor for the next page. null when the list is exhausted.
hasMore
Convenience flag. false when nextCursor is null.
Errors
401
Unauthorized Error