Skip to main content
GET
/
api
/
v2
/
account
/
balance
cURL
curl --request GET \
  --url https://api.deapi.ai/api/v2/account/balance \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>'
{
  "balance": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.deapi.ai/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve the current account balance (in USD) for the authenticated API key. Useful for displaying usage in dashboards or gating background jobs when funds run low.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Response

Current client balance.

balance
number<double>

Current client balance