Get a Balance
Get wallet balances for a single currency.
Authentication: Bearer token required
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
customer_id
Unique Customer Identifier
currency_code
Three letter Currency Code (as specified by ISO4217).
Response
Ok. The response body contains balances for a single currency.
currency
Three letter Currency Code (ISO4217).
total_balance
Total balance is the amount of cleared funds in your account and includes any pending payments.
available_balance
Available balance is the cleared funds minus any funds which are committed to an outgoing payment.
outstanding_balance
Outstanding balance is the amount which you are expected to pay for pending orders.