This GraphQL query provides a list of wallets with the highest trading volume for a specific token over the last 30 days, along with detailed information about their holdings, transaction activity, realized and unrealized profit/loss metrics.Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Credit Cost
TBD
Supported Chains
BASE_MAINNETBSC_MAINNETETH_MAINNETGNOSIS_MAINNETMEGAETH_MAINNETOPTIMISM_MAINNETPOLYGON_MAINNET
This query is currently in Beta. It is stable for testing and evaluation but may undergo changes in schema or behavior as we continue to improve it. No API credits are currently charged.We welcome your feedback so please reach out to us directly to report issues or request features.
Parameters
Blockchain network to filter eventsType:
ChainNameUpnlToken contract address on a supported DEX and chain
Query
You can query theupnlForToken endpoint to retrieve top wallet trading data.
Response Format
Here’s an example of the response data structure:Field Descriptions
Total volume of tokens transferred (string to avoid JS precision loss)
Wallet address of the token holder (lowercase with 0x prefix)
Total number of transactions
Current token balance (string to avoid JS precision loss)
Token contract metadataType:
TokenContractMetadataToken contract address (lowercase with 0x prefix)
Realized profit and loss in USD
Unrealized profit and loss in USD
Market capitalization in USD
Human-readable token balance with proper decimal places