W

Workers · AT Risk

by Workers

GETbase

$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-risk

6

Calls / 30d

4

Unique payers / 30d

Sep 8

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://liquita-x402-edge.liquita.workers.dev/v1/at-risk", {
  method: "GET",
});
const data = await res.json();
cURL
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

Pay to0x6ede3258bce2ef32f9bb614c781818b4efd0e765
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Networksbase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Workers & similar services