Skip to main content
This GraphQL query returns the top 20 trader wallets - ranked by trading volume over the last 30 days - for a specific token, along with detailed information about their holdings, transaction activity, and realized and unrealized profit/loss metrics.

Credit Cost

1 per call

Supported Chains

  • BASE_MAINNET
  • BSC_MAINNET
  • ETH_MAINNET
  • GNOSIS_MAINNET
  • MEGAETH_MAINNET
  • OPTIMISM_MAINNET
  • POLYGON_MAINNET
  • ROBINHOOD_MAINNET
Estimate your monthly cost for this API using the Pricing Calculator.

Parameters

chain_name
enum
required
Blockchain network to filter events
token_address
string
required
Token contract address on a supported DEX and chain

Query

You can query the upnlForToken endpoint to retrieve top wallet trading data.

Response Format

Here’s an example of the response data structure:

Field Descriptions

volume
string
Total volume of tokens transferred (string to avoid JS precision loss)
wallet_address
string
Wallet address of the token holder (lowercase with 0x prefix)
transactions_count
int
Total number of transactions
balance
string
Current token balance (string to avoid JS precision loss)
contract_metadata
object
Token contract metadataType: TokenContractMetadata
token_address
string
Token contract address (lowercase with 0x prefix)
pnl_realized_usd
float
Realized profit and loss in USD
pnl_unrealized_usd
float
Unrealized profit and loss in USD
marketcap_usd
string
Market capitalization in USD
balance_pretty
string
Human-readable token balance with proper decimal places