mirrored listing x402 eip155:8453

Search x402 service registry — broad q search plus health, score, category, tag, and tags

Search x402 service registry — broad q search plus health, score, category, tag, and tags filters

Do you run router.forgemesh.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
8
calls / 30d
8
unique payers
2026-09-17
updated

Provider

router.forgemesh.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xa1EbB2A8a8ed5497Cf09C861a1e135520A3B3396",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "health_status": "x402",
          "limit": 10,
          "q": "weather",
          "tag": "travel"
        },
        "type": "http"
      },
      "output": {
        "example": [
          {
            "health_status": "x402",
            "id": "svc_example",
            "name": "Example x402 Service",
            "reputation_score": 87,
            "tags": [
              "weather",
              "travel"
            ],
            "url": "https://example.com"
          }
        ],
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "category": {
                  "description": "Broad category bucket such as travel, weather, crypto, finance, automation, data, search, security, geo, or news.",
                  "type": "string"
                },
                "health_status": {
                  "enum": [
                    "x402",
                    "reachable",
                    "unreachable",
                    "unknown"
                  ],
                  "type": "string"
                },
                "limit": {
                  "default": 100,
                  "maximum": 500,
                  "minimum": 1,
                  "type": "integer"
                },
                "min_score": {
                  "maximum": 100,
                  "minimum": 0,
                  "type": "number"
                },
                "q": {
                  "description": "Broad text search across service name, URL, description, category, tags, and x402 metadata.",
                  "type": "string"
                },
                "sort": {
                  "enum": [
                    "reputation"
                  ],
                  "type": "string"
                },
                "tag": {
                  "description": "Exact normalized tag match.",
                  "type": "string"
                },
                "tags": {
                  "description": "Comma-separated tags; all tags must match.",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "items": {
                "properties": {
                  "category": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "description": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "health_status": {
                    "enum": [
                      "x402",
                      "reachable",
                      "unreachable",
                      "unknown"
                    ],
                    "type": "string"
                  },
                  "id": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  },
                  "reputation_score": {
                    "type": "number"
                  },
                  "tags": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "url": {
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://router.forgemesh.io/api/services"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://router.forgemesh.io/api/services");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://router.forgemesh.io/api/services")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/4883.json, and this resource appears in /discovery/resources and /discovery/search.