Credit Cost
TBD
Supported Chains
BASE_MAINNETBSC_MAINNETETH_MAINNETGNOSIS_MAINNETPOLYGON_MAINNETOPTIMISM_MAINNETMEGAETH_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
| Parameter | Type | Required | Description |
|---|---|---|---|
chain_name | enum | Yes | Chain name to filter events (e.g., BASE_MAINNET, ETH_MAINNET, BSC_MAINNET) |
token_address | string | Yes | The deployed token contract address to query |
Query
You can query theupnlForToken endpoint to retrieve top wallet trading data.
Basic Query
Complete Query
Response Format
Here’s an example of the response data structure:Field Descriptions
| Field | Type | Description |
|---|---|---|
token_address | string | Token contract address (lowercase, 0x-prefixed) |
wallet_address | string | Wallet address of the trader (lowercase, 0x-prefixed) |
volume | string | Total token volume transferred in the past 30 days |
transactions_count | integer | Transaction count for this wallet and token (past 30 days) |
pnl_realized_usd | float | Realized PnL in USD from completed trades |
balance | string | Current token balance in raw format |
balance_pretty | string | Human-readable balance (4 decimal places) |
pnl_unrealized_usd | float | Unrealized PnL in USD at the current token price |
contract_metadata | object | Token contract metadata |