Token Data API
Fetch detailed metadata for a token on the specified chain.
Blockchain identifier (e.g., eth, bsc, polygon, arbitrum, etc.).
The contract address of the token.
Token metadata object.
Token metadata object.
Retrieve all trading pairs for a given token on the specified chain.
Blockchain identifier (e.g., eth, bsc, polygon, arbitrum, etc.).
The token contract address.
Array of pair objects.
Array of pair objects.
Retrieve price, volume, liquidity and other statistics for a trading pair.
Blockchain identifier (e.g., eth, bsc, polygon, arbitrum, etc.).
The pair contract address.
Pair statistics object.
Pair statistics object.
Fetch swap transaction history for a trading pair.
Blockchain identifier (e.g., eth, bsc, polygon, arbitrum, etc.).
The pair contract address.
Array of swap transaction objects.
Array of swap transaction objects.
Identify early buyer/sniper bot transactions for a new pair.
Blockchain identifier (e.g., eth, bsc, polygon, arbitrum, etc.).
The pair contract address.
Array of sniper transaction objects.
Array of sniper transaction objects.
List all holders and their balances for a given token.
Blockchain identifier (e.g., eth, bsc, polygon, arbitrum, etc.).
The token contract address.
Array of holder objects.
Array of holder objects.
Retrieve aggregated holder distribution and statistics.
Blockchain identifier (e.g., eth, bsc, polygon, arbitrum, etc.).
The token contract address.
Holder statistics object.
Holder statistics object.
Last updated