Skip to main content
GET
Get current token price
Batch Support Available: For batch requests (up to 500 tokens), use the POST /2/token/price endpoint.

Query details

ParameterTypeDescription
blockchainstringBlockchain name or ID (e.g., “Solana”, “1” for Ethereum)
addressstringToken contract address
Note: Always query using the address, not the name or symbol, to get accurate results.

Response Format

FieldTypeDescription
priceUSDnumber | nullCurrent token price in USD
marketCapUSDnumber | nullMarket cap based on circulating supply
marketCapDilutedUSDnumber | nullFully diluted market cap
liquidityUSDnumber | nullCurrent liquidity in USD
liquidityMaxUSDnumber | nullMaximum liquidity across all pools
namestring | nullToken name
symbolstring | nullToken symbol
logostring | nullToken logo URL

Usage Examples

Example Response

Query Parameters

chainId
string

Blockchain chain ID (e.g., "evm:56", "solana:solana")

address
string

Token contract address

Response

200 - application/json

Token price response

data
object
required