跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.x402x.ai/llms.txt

Use this file to discover all available pages before exploring further.

请求

POST /verify
{
  "payload": { "...": "PaymentPayload" },
  "requirements": { "...": "PaymentRequirements" }
}

响应

// 200
{ "success": true, "payer": "0xBuyer" }

// 400
{ "success": false, "error": "invalid_signature" }