> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polynode.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Tag P&L Leaderboard

> Rank wallets inside a tag or category.

Canonical reference: [Tag Leaderboard](/data/leaderboard/tag-leaderboard)

```bash theme={null}
curl "https://api.polynode.dev/v3/tags/ufc/leaderboard?limit=1" \
  -H "x-api-key: $POLYNODE_API_KEY"
```

Use direct tag leaderboards for niche tags, sport-specific pages, or event-family rankings.

For broad tags/categories, prefer the projected global leaderboard filter:

```bash theme={null}
curl "https://api.polynode.dev/v3/leaderboard?tags=crypto&limit=20" \
  -H "x-api-key: $POLYNODE_API_KEY"

curl "https://api.polynode.dev/v3/leaderboard?category=crypto&limit=20" \
  -H "x-api-key: $POLYNODE_API_KEY"
```
