$0.003
per call · USD Coin on Base
USGS recent earthquakes worldwide (M2.5+)
Endpoint
GET https://x402.payperbyte.io/feeds/earthquakes9
Calls / 30d
7
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
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://x402.payperbyte.io/feeds/earthquakes", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://x402.payperbyte.io/feeds/earthquakes" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"feed": "earthquakes"
}Payment details
0xffff4b8da8c165b556326453446f6940c8afe0dbUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from PayPerByte & similar services
PayPerByte · Feeds Weather
x402.payperbyte.io
NWS weather forecasts for 5 US cities (NYC, LA, Chicago, Houston, Miami)
PayPerByte · Feeds Address Reputation
x402.payperbyte.io
Know-Your-Agent counterparty screening — reputation pillar. Signed ALLOW/WARN/BLOCK verdict on (domain, receiving address, amount, chain) before you release USDC. Screens the counterparty tuple you supply — not the calling agent's identity. Full method + scope: https://x402.payperbyte.io/feeds
PayPerByte · Feeds Sanctions Screen
x402.payperbyte.io
Know-Your-Agent counterparty screening — sanctions pillar. Signed OFAC SDN + Consolidated screen on an address or name, pinned to the exact list-state (date + sha256). Screens the counterparty you supply — not the calling agent's identity. Full scope: https://x402.payperbyte.io/feeds