Catalog action Blockchain Data

Get PnL leaderboard for Hyperliquid perp traders from HyperTracker. Ranks by day/week/month/all-time PnL with full performance metrics and volume data. Ideal for: top trader discovery, performance benchmarking, copy trading research.

At a Glance

FieldValue
Action IDhypertracker-get-perp-leaderboard
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagshypertracker, hyperliquid, leaderboard, pnl, traders, read

Payload Schema

FieldTypeRequiredDescription
apiKeystringNoHyperTracker API key (falls back to HYPERTRACKER_API_KEY env var)
periodstringNoTime period to rank by. Defaults to pnlAllTime.
orderstringNoSort direction. Defaults to desc (highest PnL first).
limitnumberNoNumber of traders to return. Allowed values: 25, 50, 100. Defaults to 25.
offsetnumberNoPagination offset (number of records to skip).

Result Schema

FieldTypeRequiredDescription
totalCountnumberYesTotal number of traders in the leaderboard
tradersarrayYesRanked list of perp traders

Examples

json
{ "type": "hypertracker-get-perp-leaderboard", "payload": { "apiKey": "configured-in-b3os", "period": "pnlDay", "order": "desc", "limit": 25, "offset": 1 }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.