API Account

Account balance

The method allows to check the balance of a user account.

Request format

GET /account/balance

Result

If successful, the server returns an array containing the account currency and current account balance.

NameRequiredDescription
currencyYesAccount currency
valueYesCurrent account balance

Response example

{
“currency”: “USD”,
“value”: 99964.91699
}