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.
Name | Required | Description |
currency | Yes | Account currency |
value | Yes | Current account balance |
Response example
{
“currency”: “USD”,
“value”: 99964.91699
}