Get a Balance

Get wallet balances for a single currency.

Authentication: Bearer token required

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.

Path parameters

customer_idstringRequired
Unique Customer Identifier
currency_codestringRequired

Three letter Currency Code (as specified by ISO4217).

Response

Ok. The response body contains balances for a single currency.
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