Liquidation execution leaderboard. Top liquidators by tx count, profit, and prot...
https://liquita-x402-edge.liquita.workers.dev/v1/leaderboardOverview
Liquidation execution leaderboard. Top liquidators by tx count, profit, and protocols hit. Useful for MEV searcher competitive intel and bot benchmarking.
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
Base
Category
tools/search
Provider
liquita-x402-edge
Source
bazaar
Indexed
2026-05-26 11:23:53
Health
Status
healthy
Latency (p50)
238ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-07-07 23:48:43
Last Healthy
2026-07-07 23:48:43
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"days": "Lookback window in days (default 7, max 90)"
},
"type": "http"
}
Output Schema
{
"example": {
"leaders": [
{
"liquidator": "0xFA4B...E7e4",
"profit_usd": 287.5,
"protocols": [
"aave_v3",
"morpho",
"euler_v2"
],
"tx_count": 14
}
],
"window_days": 7
},
"properties": {
"leaders": {
"items": {
"properties": {
"liquidator": {
"type": "string"
},
"profit_usd": {
"type": "number"
},
"protocols": {
"items": {
"type": "string"
},
"type": "array"
},
"tx_count": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"window_days": {
"type": "integer"
}
},
"type": "object"
}