Get top traders for a specific token
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A chain name listed in supported networks
sol
, base
, bsc
, polygon
, arbitrum
, optimism
, avalanche
, ethereum
, zksync
, sui
Pagination cursor
Maximum number of top traders to return (max 10)
1 <= x <= 10
Pagination direction (next or prev)
next
, prev
Token address to query trades
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Time frame for filtering trades
"30m"
Sort type for trade results
"desc"
Field to sort trades by
"volume"
The response is of type object
.