Get Balances

Get wallet balances for all of your activated currencies.

Authentication: Bearer token required

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

customer_idstringRequired
Unique Customer Identifier

Response

Ok. The response body contains an array of wallets' balances.
currencystring

Three letter Currency Code (ISO4217).

total_balancedouble
Total balance is the amount of cleared funds in your account and includes any pending payments.
available_balancedouble
Available balance is the cleared funds minus any funds which are committed to an outgoing payment.
outstanding_balancedouble
Outstanding balance is the amount which you are expected to pay for pending orders.

Errors