{
  "x402Version": 2,
  "id": 8920,
  "slug": "8920",
  "resource": "https://x402dir.com/api/recommend",
  "description": "x402dir facilitator recommender: pick the best x402 payment facilitator by chain, token, and monthly volume. Returns ranked facilitators with fee estimates (JSON).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x96da70311D3fDb8500B9AB0855E17F213dB0C9AA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {},
          "queryParams": {
            "avgAmount": "5",
            "chain": "Base",
            "token": "USDC",
            "volume": "5000"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "best": {
              "costFormatted": "Free",
              "explanation": "Free for all transactions",
              "link": "https://facilitator.payai.network",
              "name": "PayAI"
            },
            "matchCount": 8,
            "price": "$0.001",
            "runnerUp": {
              "costFormatted": "Free",
              "explanation": "5000 txs within 1000 free tier",
              "name": "Coinbase CDP"
            },
            "service": "x402dir facilitator recommendation"
          },
          "type": "json"
        }
      },
      "routeTemplate": ":var1",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "avgAmount": {
                    "description": "Optional average payment size in USD (default 5)",
                    "type": "string"
                  },
                  "chain": {
                    "description": "Blockchain network (e.g. Base, Solana, Polygon, Avalanche)",
                    "type": "string"
                  },
                  "token": {
                    "description": "Payment token (USDC or EURC)",
                    "type": "string"
                  },
                  "volume": {
                    "description": "Monthly transaction count (e.g. 500, 5000, 50000, 150000)",
                    "type": "string"
                  }
                },
                "required": [
                  "chain",
                  "token",
                  "volume"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "best": {
                    "type": "object"
                  },
                  "matchCount": {
                    "type": "number"
                  },
                  "matches": {
                    "type": "array"
                  },
                  "price": {
                    "type": "string"
                  },
                  "runnerUp": {
                    "type": "object"
                  },
                  "service": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402dir.com",
  "lastUpdated": "2026-09-17T03:28:41.593Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T03:28:41.347Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402dir.com",
    "manifest_name": "x402dir.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}