Skip to main content
GET
Get the top traders for a token on a single chain.
This is the successor to the legacy Deep Index Top Traders by Token endpoint, with a selectable ranking metric (sortBy) and low-liquidity, volume, and trade-count filters.

Authorizations

X-Api-Key
string
header
required

Path Parameters

chainAlias
enum<string>
required

The alias of the chain.

Available options:
0x1,
ethereum,
0x171,
pulse,
0x2105,
base,
0x38,
binance,
0x89,
polygon,
0xa,
optimism,
0xa86a,
avalanche
tokenAddress
string
required

The address

Query Parameters

period
string
fromTimestamp
string
toTimestamp
string
limit
number
default:100
Required range: x >= 1
cursor
string

Encoded v2 cursor (JWT).

sortBy
enum<string>
Available options:
realizedPnl,
unrealizedPnl,
totalPnl,
volume,
tradeCount
excludeLowLiquidity
boolean
minVolumeUsd
number
Required range: x >= 0
minTradeCount
number
Required range: x >= 0

Response

200 - application/json
meta
object
required
token
object
required
result
object[]
required
cursor
string | null
required

Encoded v2 cursor (JWT).

limit
number
required
Example:

100