跳转到主要内容

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 /settle
{
  "payload": { "...": "PaymentPayload" },
  "requirements": { "...": "PaymentRequirements" },
  "waitUntil": "confirmed"
}

响应

// 200
{ "success": true, "transactionHash": "0x..." }

// 400/500
{ "success": false, "error": "settlement_failed" }