Skip to main content
POST
/
api
/
v1
/
agents
/
wallet
/
challenge
Generate wallet challenge
curl --request POST \
  --url https://api.humcli.com/api/v1/agents/wallet/challenge \
  --header 'X-API-Key: <api-key>'
{
  "chain": "<string>",
  "nonce": "<string>",
  "issued_at": "<string>",
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

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

Response

200 - application/json

Challenge generated

chain
string
required
nonce
string
required
issued_at
string
required
message
string
required