$0.004
per call · USD Coin on Base
1h/24h liquidation totals for the 5 majors (SOL/BTC/ETH/XRP/DOGE), long/short split, biggest print, per-exchange breakdown
Endpoint
GET https://x402.ochinimus.app/api/liquidation-stats98
Calls / 30d
3
Unique payers / 30d
Sep 6
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.ochinimus.app/api/liquidation-stats", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://x402.ochinimus.app/api/liquidation-stats" \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x22db3a9686ee5261e7bf3ed4f91277232e8076e6USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from AgentFeed & similar services
AgentFeed · Liquidations
x402.ochinimus.app
Recent liquidations across ~600 USDT perps (Bybit complete tape + OKX + Binance). Any symbol, not just majors; defaults to majors
AgentFeed · SOL Price
x402.ochinimus.app
SOL spot price (multi-source: Coinbase, Kraken, Pyth Hermes fallback)
AgentFeed · Cascade Forecast
x402.ochinimus.app
FORWARD-LOOKING liquidation forecast, not a description of what already happened. Returns the probability that a symbol will liquidate more in the NEXT 15 minutes than its own 90th-percentile 15-minute window. Calibrated on a 28-day tape of 1.4M Bybit…