F

fresh-feeds · Feeds X402 Services

by fresh-feeds

GETBase

$0.05

per call · USD Coin on Base

Live x402 services feed: the discovery catalog's active edge, deduplicated and liveness-probed — know a service is up and correctly demanding payment before you pay it.

Endpoint

GET https://fresh-feeds.foomworks.workers.dev/feeds/x402-services

2

Calls / 30d

2

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://fresh-feeds.foomworks.workers.dev/feeds/x402-services", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://fresh-feeds.foomworks.workers.dev/feeds/x402-services" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "alive": 64,
  "catalogTotal": 27055,
  "count": 300,
  "feed": "x402-services",
  "probed": 120,
  "services": [
    {
      "accepts": [
        {
          "amount": "1000",
          "network": "eip155:8453",
          "scheme": "exact"
        }
      ],
      "description": "…",
      "liveness": {
        "httpStatus": 402,
        "lastChecked": "2026-06-10T11:47:10.000Z",
        "latencyMs": 182,
        "result": "alive-402"
      },
      "resource": "https://example.com/api/data"
    }
  ],
  "updatedAt": "2026-06-10T12:00:00.000Z"
}

Payment details

Pay to0x63347cd326a50696f76cfe4b8ce079d3c8ed3039
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of News & Content and the homepage with a featured placement.

Get featured →

More from fresh-feeds & similar services