W

Workers · Leaderboard

by Workers

GETbase

$0.005

per call · USD Coin on base

Liquidation execution leaderboard. Top liquidators by tx count, profit, and protocols hit. Useful for MEV searcher competitive intel and bot benchmarking.

Endpoint

GET https://liquita-x402-edge.liquita.workers.dev/v1/leaderboard

3

Calls / 30d

3

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/leaderboard", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://liquita-x402-edge.liquita.workers.dev/v1/leaderboard?days=Lookback+window+in+days+%28default+7%2C+max+90%29" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "leaders": [
    {
      "liquidator": "0xFA4B...E7e4",
      "profit_usd": 287.5,
      "protocols": [
        "aave_v3",
        "morpho",
        "euler_v2"
      ],
      "tx_count": 14
    }
  ],
  "window_days": 7
}

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