pulse_coin_kings
Find the top trader per coin by profit to identify the 'king' or top-N earners in any market.
Instructions
Find the top earner(s) per coin within the window. perCoinRank=1 returns only the #1 earner ('king') of each coin; higher values return the top-N per coin. Returns coin, wallet, coin PnL, fees, lifecycle count, and rank. Use for 'who owns BTC?' / 'who is the best trader of each market?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rows to return. | |
| offset | No | Pagination offset. | |
| perCoinRank | No | Top-N earners per coin to return. 1 = the king only. Default 1. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |