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
}

Last updated