mirrored listing x402 base

Bulk trust data for every x402 service in one call

Bulk trust data for every x402 service in one call. For builders of trust, uptime and monitoring tools: each service's full profile — 0-100 trust score and pay/avoid verdict, scam flags, receiver stability, on-chain receiver profile, plus the compounding payTo and price change history. Skip scraping hundreds of endpoints. ?all=1 includes dead ones, ?limit=N. Free preview: /status.json, /data/sample.

Do you run pulsefeed.dev? 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
100000 (raw units)
price
3
calls / 30d
2
unique payers
2026-08-26
updated

Provider

pulsefeed.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "base",
    "payTo": "0x7f5f784Ba98cEcFC0bA4336f0E48222A3d4d69a8",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "100000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "all": "set to 1 to include dead/invalid services",
          "limit": "max services to return (default 2000)"
        },
        "type": "http"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://pulsefeed.dev/trust/dataset"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://pulsefeed.dev/trust/dataset");
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://pulsefeed.dev/trust/dataset")
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/14210.json, and this resource appears in /discovery/resources and /discovery/search.