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
Token address to query trades
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Time frame for filtering trades
"30m"
Sort type for trade results
"desc"
Field to sort trades by
"volume"
Maximum number of top traders to return (max 10)
10
Number of results to skip for pagination
0
The response is of type object
.