Get Comprehensive Token Details
Market & Token Data
Get Token Details
Retrieve detailed token information including metadata, supply, market cap, volume statistics, holdings data, and trading activity over multiple timeframes.
GET
Get Comprehensive Token Details
Overview
The Token Details endpoint provides comprehensive token data including metadata, liquidity, volume, price changes, holdings, and trading activity over multiple timeframes. It supports both single-item queries (GET) and batch queries (POST) for efficient data retrieval by token address.GET Method - Single Item Query
Retrieve detailed token information for a single token.Query Parameters
blockchain(required) — The blockchain identifier (e.g.,evm:1,solana,ethereum)address(required) — Direct token addresscurrencies(optional) — Comma-separated list of fiat currencies for price conversion. Defaults toUSD. Supported currencies:USD,EUR,GBP,JPY,CHF,CAD,AUD,CNY,KRW,INR,BRL
Step-by-Step Tutorial and Video Walkthrough
- Check out the guide: Here
Usage Examples
Response Format
POST Method - Batch Query
Retrieve token details for multiple tokens in a single request for improved efficiency.Request Body
Body Parameters
The request body is an array of query objects, where each object contains:blockchain(required) — Blockchain id or nameaddress(required) — Direct token addresscurrencies(optional) — Comma-separated list of fiat currencies for price conversion. Defaults toUSD
Usage Examples
Response Format
Multi-Currency Support
When you specify multiple currencies using thecurrencies parameter, the response will include additional fields for each currency. For every field ending in USD, a corresponding field will be added for each requested currency.
Example with currencies=EUR,USD
Converted Fields
The following field patterns are automatically converted:priceUSD→price{CURRENCY}marketCapUSD,marketCapDilutedUSD→marketCap{CURRENCY},marketCapDiluted{CURRENCY}volume*USD(all timeframes) →volume*{CURRENCY}volumeBuy*USD,volumeSell*USD→volumeBuy*{CURRENCY},volumeSell*{CURRENCY}liquidityUSD,liquidityMaxUSD→liquidity{CURRENCY},liquidityMax{CURRENCY}approximateReserveUSD→approximateReserve{CURRENCY}athUSD,atlUSD→ath{CURRENCY},atl{CURRENCY}feesPaid*USD,totalFeesPaidUSD→feesPaid*{CURRENCY},totalFeesPaid{CURRENCY}organicVolume*USD→organicVolume*{CURRENCY}
Exchange rates are fetched from reliable forex data providers and cached for optimal performance. Rates are updated every 30 minutes.
Response Field Definitions
Security Object
All fields in thesecurity object are optional — they are only present when the relevant data is available for the token. A field being absent means the check was not performed or no data is available (not that the token is safe).
EVM vs Solana availability: Most fields apply to EVM chains.
noMintAuthority is Solana-specific. isHoneypot, isNotOpenSource, renounced, locked, isWhitelisted, isMintable, modifyableTax, and selfDestruct are EVM-only.PumpFun Flags
These fields are specific to tokens launched on PumpFun (Solana). They arenull for non-PumpFun tokens.
OG Coin
Liquidity Burn
Holdings Data
The response includes various holdings percentage fields that help identify token distribution patterns:top10HoldingsPercentage,top50HoldingsPercentage,top100HoldingsPercentage,top200HoldingsPercentage— Percentage of total supply held by the top N holdersdevHoldingsPercentage— Percentage held by the token deployer/developerinsidersHoldingsPercentage— Percentage held by wallets identified as insiders (early participants with privileged access)bundlersHoldingsPercentage— Percentage held by wallets using bundling strategies (multiple transactions in a single block)snipersHoldingsPercentage— Percentage held by wallets that sniped the token at launchproTradersHoldingsPercentage— Percentage held by accounts that interact with trading terminals (e.g., BullX, Photon, GMGN, Trojan, and other trading bots/interfaces). These wallets are identified by their interaction patterns with known trading terminal contracts and interfaces.freshTradersHoldingsPercentage— Percentage held by newly funded wallets (within last 24 hours)insidersCount,bundlersCount,snipersCount,freshTradersCount,proTradersCount— Number of holders in each category
Fees Paid Data
ThefeesPaid* fields represent an aggregation of transaction costs across all trades for this token:
feesPaid1minUSD,feesPaid5minUSD,feesPaid15minUSD,feesPaid1hUSD, etc. — Total fees paid over the specified timeframetotalFeesPaidUSD— Cumulative fees paid since token creation
- Priority fees (Solana) / Gas fees (EVM chains)
- UI fees charged by trading terminals and interfaces
- Protocol fees from DEX platforms
Organic Metrics
Theorganic* fields filter out wash trading and bot activity to provide cleaner trading metrics:
organicTrades*— Trade count excluding suspected bot/wash activityorganicTraders*— Unique trader count excluding suspected botsorganicVolume*— Volume excluding suspected artificial activityorganicBuys*,organicSells*— Buy/sell counts excluding botsorganicBuyers*,organicSellers*— Unique buyer/seller counts excluding bots
Use Cases
- GET: Single token monitoring, real-time price checks, detailed token analysis
- POST: Portfolio analysis, bulk token research, multi-token dashboard data