Retrieve detailed market information for specific token pairs or tokens, including token metadata, liquidity, volume, price changes, holdings, and trading activity over multiple timeframes.
blockchain
(required) — The blockchain identifier (e.g., evm:1
, solana
, ethereum
)asset
(optional) — Asset name, symbol, or addresssymbol
(optional) — Token symbol (alternative to asset)address
(optional) — Direct pool or token addressbaseToken
(optional) — Base token address for price calculationsstats
(optional, boolean) — Include detailed trade statistics when true
force
(optional, boolean) — Bypass cache for real-time data when true
address
):
asset
):
blockchain
(required) — Blockchain configuration object:
id
— Chain identifier (e.g., evm:1
, evm:56
, solana
)name
— Human-readable chain name (optional)asset
(optional) — Asset name, symbol, or addresssymbol
(optional) — Token symboladdress
(optional) — Direct pool or token addressasset
, symbol
, or address
.
force=true
400 Bad Request
: Invalid parameters or missing required fields404 Not Found
: No valid data found for the requested assets/addresses