The request allows to view current balance of the account.
GET /client/api/v1/{apiKey}/balance
/client/api/v1/
{apiKey}
/balance
apiKey*
String
Your personal API key.
{ "success": true, "balance": 25.03, "currencyCode": "USD", "error": null }
{ "success": false, "balance": null, "currencyCode": null, "error": { "code": 2, "message": "Error api key" } }
Last updated 9 months ago