cURL
curl --request GET \ --url https://api.deapi.ai/api/v1/client/balance \ --header 'Accept: <accept>' \ --header 'Authorization: Bearer <token>'
{ "balance": 123 }
Endpoint for requesting client current balance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
application/json
Current client balance.
Current client balance
Was this page helpful?