smartmoney-leaderboard
GET api.agentstools.dev/smartmoney/leaderboard
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Follow the smart money: a ranked leaderboard of the TOP TRADERS on Hyperliquid by `window` (day/week/month/allTime) and `sort` (PnL, ROI or volume), each with account value and a consistency signal. Includes a human-readable `summary` and structured `leaders`; follow=true adds the top address's open positions. public on-chain data, not financial advice.
Resource: api.agentstools.dev/smartmoney/leaderboard
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493
Payment methods: — · Last validation: 2026-09-14 10:42:51.752+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"sort": {
"enum": [
"pnl",
"roi",
"vlm"
],
"type": "string",
"description": "Ranking metric within the window (default pnl)."
},
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Top-N (default 20, max 100)."
},
"follow": {
"type": "boolean",
"description": "If true, also return the current open perp positions of the single top-ranked address."
},
"window": {
"enum": [
"day",
"week",
"month",
"allTime"
],
"type": "string",
"description": "Performance window to rank by (default day)."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "100000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.