$0.001
per call · USD Coin on base
Real-time at-risk DeFi borrowers across Aave V3, Morpho, Comet, Euler V2, Fluid, Moonwell, Spark on 11 EVM chains. Returns health factor, collateral, debt, and protocol. Updated every 5 minutes from the liquita liquidation engine.
Endpoint
GET https://liquita-x402-edge.liquita.workers.dev/v1/at-risk6
Calls / 30d
4
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://liquita-x402-edge.liquita.workers.dev/v1/at-risk", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://liquita-x402-edge.liquita.workers.dev/v1/at-risk?chain=EVM+chain+slug+%28base%2C+arbitrum%2C+mainnet%2C+optimism%2C+polygon%2C+avalanche%2C+scroll%2C+mantle%2C+linea%2C+unichain%2C+hyperevm%29&limit=Max+rows+%28default+50%2C+max+500%29&protocol=Lending+protocol+%28aave_v3%2C+morpho%2C+comet%2C+euler_v2%2C+fluid%2C+moonwell%2C+spark%29" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"items": [
{
"borrower": "0xabc...123",
"chain": "base",
"collateral_usd": 12500,
"debt_usd": 11800,
"health_factor": 1.02,
"protocol": "aave_v3",
"updated_at": "2026-05-26T10:00:00Z"
}
],
"total": 1031
}Payment details
0x6ede3258bce2ef32f9bb614c781818b4efd0e765USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Workers & similar services
Workers · WEB Places
agentdata-api.sander-van-aard.workers.dev
Google Places (local businesses with rating, address and phone number) for AI agents at $0.004 per call, from the same Serper.dev source as /web/search. Send a query, get back compact JSON: top places with position, title, address, coordinates, rating, rating count, category, phone and website. Tune with num (1-10 results), country and language (2-letter codes). Zero results is a valid, honest answer. Pay per call in USDC on Base, no account, no API key.
Workers · Preflight
mcpfax-reliability.bowling-anthony.workers.dev
Advisory preflight on one endpoint before a consequential call: a bounded live probe (reachable, status, latency, MCP initialize, current x402 price and payTo) joined to our observed history (reliability over a stated window, payTo and price changes, first seen). Returns ALLOW, WARN or UNKNOWN. Never a guarantee. No evidence, no charge.
Workers · Weather
mcpfax-utility.bowling-anthony.workers.dev
Weather forecast — Current conditions, the next 12 hours with rain probability, a multi-day forecast, and a plain answer to "will it rain".