Skip to main content

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns a P&L leaderboard filtered to markets with a specific tag. Works for smaller/niche tags. Large tags (sports, crypto) return an error suggesting the global leaderboard instead.

Request

GET /v3/tags/{slug}/leaderboard

Query parameters

ParameterTypeDefaultDescription
limitinteger100Max 1000
offsetinteger0Pagination offset

Example

curl https://api.polynode.dev/v3/tags/taylor-swift/leaderboard?limit=1
{
  "columns": ["wallet", "net_pnl", "gross_profit", "gross_loss", "total_volume", "position_count"],
  "rows": [
    [
      "0xa61b2981fe679b2a34608db90bc4057569219d74",
      "99999966",
      "99999966",
      "0",
      "686999916",
      2
    ]
  ],
  "rows_returned": 1,
  "has_more": true,
  "elapsed_ms": 374
}

Response fields

FieldTypeDescription
walletstringWallet address
net_pnlstringNet realized P&L in this tag (6-decimal USDC)
gross_profitstringSum of winning positions
gross_lossstringSum of losing positions
total_volumestringTotal volume traded in this tag
position_countintegerNumber of positions in markets with this tag