v15

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-287323136.0 KB
operator

Get EIP-712 wallet bind challenge nonce (step 1 of 2)

get/api/v1/operator/wallet/nonce

Response

noncestring required

UUID challenge nonce — single-use, sign and POST back immediately

operatorIdstring required

Operator ID to embed in the EIP-712 struct

domainstring required

EIP-712 domain name

chainIdnumber required

EIP-712 chainId — 8453 for Base Mainnet

Example response

{
  "domain": "AgentChain",
  "chainId": 8453
}