Skip to main content
GET
/
api
/
v1
/
agents
/
wallet
Get wallet address
curl --request GET \
  --url https://api.humcli.com/api/v1/agents/wallet \
  --header 'X-API-Key: <api-key>'
{
  "agent_id": "<string>",
  "wallet_address": "<string>",
  "chain": "<string>"
}

Authorizations

X-API-Key
string
header
required

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

Response

Wallet information

agent_id
string
required
wallet_address
string | null
required
chain
string
required