Get client balance
GET/v2/client/balance
Retrieves the balance of the client.
Headers
Name
Value
Content-Type
application/json
x-api-key
<token>
Response
{
"balance": 1000.5
}{
"error": "Invalid request parameters"
}{
"error": "Unauthorized"
}{
"error": "Internal server error"
}Last updated