API Account

Account balance

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

Request format

Theme:
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

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