Skip to main content
GET
/
v1
/
x402
/
supported
List supported networks
curl --request GET \
  --url https://api.swiftpay.finance/v1/x402/supported
{
  "kinds": [
    {
      "x402Version": 2,
      "scheme": "exact",
      "network": "eip155:8453"
    },
    {
      "x402Version": 2,
      "scheme": "exact",
      "network": "eip155:1"
    }
  ],
  "extensions": [],
  "signers": {
    "eip155:*": [
      "0xSignerAddress..."
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.swiftpay.finance/llms.txt

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

Response

200 - application/json

Supported networks and schemes

kinds
object[]
extensions
string[]
signers
object

Map of network glob → list of facilitator signer addresses

Example:
{ "eip155:*": ["0xSignerAddress..."] }