cURL
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>" }
Get the agent’s deposit and escrow balances.
API key for agent and task endpoints. Format: ho_live_...
Balance information