Balance

The request allows to see the current balance

GET /client/api/v1/{apiKey}/balance

Path Parameters

NameTypeDescription

apiKey*

String

Your personal api key

{
    "success": true,
    "balance": 25.03,
    "currencyCode": "USD",
    "error": null
}

Last updated