2026.08.18 - Add Filters For Top Traders API
Add min/max filters to the Token Top Traders API for Solana and EVM chainsFeatures
Token - Top Traders
GET /defi/v2/tokens/top_traders- Support filtering top traders by trade count, token volume, USD volume, realized PnL, and unrealized PnL
- Apply filters to both Solana and EVM-supported Top Traders requests
- Keep existing sorting, pagination, and response fields unchanged
- min/max filters are not supported when use with
sort_by=hold_volume
New Parameters
Usage Note:
min_trade and max_trade must be non-negative integers. Volume filters must be non-negative. PnL filters support both positive and negative values.
Compatibility Note: This release does not change existing response fields or existing sort behavior. Filters are additive and optional.
