💼 Top Token Traders by Token Address
Tokens
💼 Top Token Traders by Token Address
This endpoint allows you to query top token traders based on the provided token contract address on a network
GET
💼 Top Token Traders by Token Address
Documentation Index
Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
Use this file to discover all available pages before exploring further.
Note
- The top traders data is currently in Beta, with ongoing improvements to data quality, coverage, and update frequency.
- Only tokens created after 1st September 2023 are supported for top traders data.
- Stablecoins and wrapped native tokens (e.g. wSOL, wETH) are not supported for this endpoint.
- You may specify the number of top traders to retrieve using the
tradersquery parameter with a maximum value of 50. - 💼 Exclusive for Paid Plan subscribers (Analyst plan or above).
- Cache / Update Frequency: every 60 seconds.
Authorizations
Path Parameters
token contract address
Example:
"0x6921b130d297cc43754afba22e5eac0fbf8db75b"
Query Parameters
number of top token traders to return, you may use any integer or max
Default value: 10
sort the traders by field Default value: realized_pnl_usd_desc
Available options:
realized_pnl_usd_desc, unrealized_pnl_usd_desc, total_buy_usd_desc, total_sell_usd_desc include address label data, default: false
Response
200 - application/json
Get top token traders for a token

