pulse_token_leaderboard
Identify top traders for any coin, returning ranked PnL, trade count, win rate, and volume to answer questions like 'who profits most from SOL?'
Instructions
Get the top traders for a specific coin. Answers questions like 'who are the best BTC traders?' or 'who profits most from SOL?'. Returns ranked traders with PnL, trade count, win rate, and volume for that specific coin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Coin symbol (e.g. BTC, ETH, SOL). For builder dex markets use prefix:COIN (e.g. xyz:SILVER, km:OIL, cash:TSLA) | |
| limit | No | Number of traders to return | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |