Execute an x402 call with a pre-signed payment header (proxy mode)

post/v1/x402-endpoints/execute

Request body

object required
OR

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes