mirrored listing x402 eip155:8453

Live reliability feed of x402 endpoints on Base: which services are up, return a valid 402

Live reliability feed of x402 endpoints on Base: which services are up, return a valid 402 envelope, and how fast — free-probed across the CDP Bazaar catalog. A real share of listed endpoints are broken/misconfigured; poll ?since=<unix> (or ?health=healthy) to route your agent to endpoints that actually work. Objective measurement, no accusation, machine-readable.

Do you run x402.dailyelo.com? 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
5000 (raw units)
price
11
calls / 30d
6
unique payers
2026-09-16
updated

Provider

x402.dailyelo.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "health": "healthy",
          "limit": "100",
          "since": "1719500000"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "broken_in_db": 120,
          "reliability_db_updated_at": 1719500000,
          "returned": 1,
          "services": [
            {
              "domain": "example.x402.app",
              "health": "healthy",
              "last_checked": 1719500000,
              "latency_ms": 210,
              "service_name": "Example",
              "status": 402,
              "valid_x402": true
            }
          ],
          "total_in_db": 1600
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "description": "Live reliability feed of x402 endpoints on Base: reachability, valid-402 envelope, latency, health. Free-probed across the CDP Bazaar catalog. Poll ?since=<unix> for changes; filter ?health=healthy|misconfigured|down.",
              "properties": {
                "health": {
                  "description": "filter: healthy | misconfigured | down",
                  "type": "string"
                },
                "limit": {
                  "description": "max results (default 100, max 1000)",
                  "type": "string"
                },
                "since": {
                  "description": "unix seconds; return only records checked at/after this",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402.dailyelo.com/v1/reliability/recent"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402.dailyelo.com/v1/reliability/recent");
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://x402.dailyelo.com/v1/reliability/recent")
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/2227.json, and this resource appears in /discovery/resources and /discovery/search.