Skip to main content
GET
/
x402
/
supported
GET /x402/supported - List supported payment schemes
curl --request GET \
  --url https://api.example.com/x402/supported
{
  "kinds": [
    {
      "network": "<string>",
      "scheme": "<string>"
    }
  ]
}

Response

200 - application/json

List of supported payment schemes

kinds
object[]
required