Polymarket Get Leaderboard logo

Catalog action Utility

Retrieve top traders from the Polymarket leaderboard ranked by profit or volume. Supports filtering by category (crypto, politics, sports, etc.) and time period (day, week, month, all). Ideal for: copy-trading research, market intelligence, finding top performers, competitive analysis.

At a Glance

FieldValue
Action IDpolymarket-get-leaderboard
CategoryUtility
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagspolymarket, market-data, read

Payload Schema

FieldTypeRequiredDescription
categorystringNoLeaderboard category to filter by. OVERALL returns all traders, other values filter by topic.
timePeriodstringNoTime period for the leaderboard rankings. DAY = last 24h, WEEK = last 7 days, MONTH = last 30 days, ALL = all time.
orderBystringNoOrder results by profit/loss (PNL) or trading volume (VOL).
limitnumberNoMaximum number of traders to return (default: 10, max: 50)

Result Schema

FieldTypeRequiredDescription
tradersarrayYesArray of top traders
countnumberYesNumber of traders returned
categorystringNoThe category filter used
timePeriodstringNoThe time period filter used

Examples

json
{ "type": "polymarket-get-leaderboard", "payload": { "category": "OVERALL", "timePeriod": "ALL", "orderBy": "PNL", "limit": 10 }, "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.

Ask a question... ⌘I