Retrieve a list of the top traders for a specific token based on overall trading performance
Endpoint: tokenTopTraders
Our Top Traders feature is a powerful new way for our clients to discover some of the best trading wallets that interact with a particular token. We are continuously improving and adjusting our determination methods in order to avoid bots and display a meaningful and accurate list of real traders.
Method: POST
Arguments
Name | Type | Description |
---|---|---|
input | TokenTopTradersInput! | Required |
Name | Type | Description |
---|---|---|
limit | Int | The number of traders to return |
networkId | Int! | The network ID Required |
offset | Int | Where in the list the server started when returning items |
tokenAddress | String! | The token address Required |
tradingPeriod | TradingPeriod! | The trading period Required |
Response
Name | Type | Description |
---|---|---|
items | [TokenTopTrader]! | The list of top traders. |
networkId | Int! | The network ID. |
offset | Int | The offset of the first trader in the connection. |
tokenAddress | String! | The token address. |
tradingPeriod | TradingPeriod! | The trading period. |
Name | Type | Description |
---|---|---|
amountBoughtUsd | String! | The amount of tokens bought in USD. |
amountSoldUsd | String! | The amount of tokens sold in USD. |
buys | Int! | The number of buys. |
firstTransactionAt | Int | The unix timestamp for the first transaction from this wallet. |
lastTransactionAt | Int! | The unix timestamp for the last transaction from this wallet. |
networkId | Int! | The network ID. |
realizedProfitPercentage | Float! | The realized profit percentage. |
realizedProfitUsd | String! | The realized profit in USD. |
sells | Int! | The number of sells. |
singleTokenAcquisitionCostUsd | String! | The single token acquisition cost in USD. |
tokenAddress | String! | The token address. |
tokenAmountBought | String! | The amount of tokens bought. |
tokenAmountSold | String! | The amount of tokens sold. |
tokenBalance | String! | The token balance of the trader. |
volumeUsd | String! | The volume of tokens bought and sold in USD. |
walletAddress | String! | The wallet address of the trader. |
Explore
Ask questions, share what you're working on and request new features 👬👭