cURL
curl --request GET \ --url https://api.deapi.ai/api/v2/account/balance \ --header 'Accept: <accept>' \ --header 'Authorization: Bearer <token>'
{ "balance": 123 }
Retrieve the current account balance for the authenticated client.
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?