Skip to main content
POST
/
agent
/
auth
/
verify
Verify a wallet-auth challenge
curl --request POST \
  --url https://api.x402layer.cc/agent/auth/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "chain": "<string>",
  "walletAddress": "<string>",
  "nonce": "<string>",
  "signature": "<string>"
}
'

Body

application/json
chain
string
required
walletAddress
string
required
nonce
string
required
signature
string
required

Response

200

Short-lived session token