Skip to main content
GET
/
api
/
v1
/
agents
/
balance
Get agent balance
curl --request GET \
  --url https://api.humcli.com/api/v1/agents/balance \
  --header 'X-API-Key: <api-key>'
{
  "deposit_balance": 123,
  "escrow_balance": 123,
  "currency": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key for agent and task endpoints. Format: ho_live_...

Response

Balance information

deposit_balance
number
required
escrow_balance
number
required
currency
string
required