Catalog action Blockchain Data

Get a paginated list of top wallets on Hyperliquid with cohort labels from HyperTracker. Supports sorting by PnL, equity, leverage, open value, or unrealized PnL. Filterable by cohort. Ideal for: whale tracking, copy trading research, leaderboard analysis.

At a Glance

FieldValue
Action IDhypertracker-get-top-wallets
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagshypertracker, hyperliquid, wallets, whale, leaderboard, read

Payload Schema

FieldTypeRequiredDescription
apiKeystringNoHyperTracker API key (falls back to HYPERTRACKER_API_KEY env var)
sortBystringNoField to sort wallets by. Defaults to perpPnl.
cohortstringNoFilter by cohort name. Size cohorts: shrimp, fish, dolphin, apex predator, small whale, whale, tidal whale, leviathan. PnL cohorts: money printer, smart money, consistent grinder, humble earner, exit liquidity, semi-rekt, full rekt, giga-rekt.
hasOpenPositionsbooleanNoWhen true, only return wallets with open positions.
limitnumberNoNumber of wallets to return. Default 10, max 50.
offsetnumberNoPagination offset (number of records to skip).

Result Schema

FieldTypeRequiredDescription
totalCountnumberYesTotal number of wallets matching the query
walletsarrayYesList of top wallets sorted by the requested field

Examples

json
{ "type": "hypertracker-get-top-wallets", "payload": { "apiKey": "configured-in-b3os", "sortBy": "perpPnl", "cohort": "example-cohort", "hasOpenPositions": true, "limit": 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.