GET /supported

Returns the facilitator's capabilities and supported configurations.

Request

GET /api/facilitator/supported

Response

{
  "x402Version": "2.0",
  "facilitator": "0x000000000000000000000000000000000000ZENY",
  "schemes": ["exact"],
  "networks": ["megaeth"],
  "assets": [
    {
      "network": "megaeth",
      "asset": "USDM",
      "address": "0xfafddbb3fc7688494971a79cc65dca3ef82079e7"
    }
  ]
}

Fields

  • x402Version — Protocol version (currently "2.0")
  • facilitator — Zeny's facilitator contract/wallet address
  • schemes — Supported payment schemes ("exact")
  • networks — Supported blockchain networks
  • assets — Supported settlement tokens per network

Caching

Response is cached for 60 seconds. Safe to poll for discovery.