Skip to main content
GET
/
gateway
/
v1
/
x402
/
supported
Get supported x402 payment kinds
curl --request GET \
  --url https://gateway-api-testnet.circle.com/gateway/v1/x402/supported
{
  "kinds": [
    {
      "x402Version": 123,
      "scheme": "<string>",
      "network": "<string>",
      "extra": {
        "name": "<string>",
        "version": "<string>",
        "verifyingContract": "<string>",
        "assets": [
          {
            "address": "<string>",
            "symbol": "<string>",
            "decimals": 123
          }
        ]
      }
    }
  ],
  "extensions": [
    "<string>"
  ],
  "signers": {}
}

Response

Supported payment kinds

kinds
object[]
extensions
string[]

Supported protocol extensions.

signers
object

Mapping of network identifiers to arrays of authorized signer addresses.