Check your balance using the API and set up alerts to notify you when your balance is low
insufficient_funds
error.
We offer a number of ways to check your balance and set up alerts to notify you when your balance is low.
/v2/balance
endpoint.
Each object in the array represents the total available balance for a specific currency:
balance
denotes the current available funding for the specified currencycurrency
is represented by the ISO4217 three-letter currency code/v2/balance/?currency=[CURRENCY]
For example, a request to /v2/balance/?currency=GBP
will yield a single object in response. This API responds to other currencies with a value of 0, as long as the currency is supported on our platform.
balance
denotes the current available funding for the specified currencycurrency
is represented by the ISO4217 three-letter currency code