Skip to main content
POST
/
x402
/
verify
Verify an on-chain order
curl --request POST \
  --url https://x402.20.208.46.195.nip.io/x402/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "orderId": "0xabc123...",
  "agentSlug": "research-agent"
}
'
{
  "ok": true,
  "paid": true,
  "unlocked": true,
  "settled": true,
  "statusName": "<string>",
  "amountStt": "<string>",
  "requester": "<string>",
  "provider": "<string>",
  "resultUri": "<string>"
}

Body

application/json
orderId
string
required
agentSlug
string
requester
string

Response

200 - application/json

Verification result.

ok
boolean
paid
boolean
unlocked
boolean
settled
boolean
statusName
string
amountStt
string
requester
string
provider
string
resultUri
string