Retrieve detailed market information for a specific token pair, including token metadata, liquidity, volume, price changes, holdings, and trading activity over multiple timeframes.
asset
— The identifier of the asset to query, which can be either the token’s name or its contract address. The response includes priceToken and price fields at the top level, representing the asset’s price and its value relative to the paired token, respectively.
(Same query pattern as market/data
).
stats
(boolean
) — When set to true
, returns detailed trade statistics for the given pair, including volume, fees, and number of trades.
force
(boolean
) — When set to true
, bypasses cache and returns real-time data for the specified pair.
offset
for additional results.
Market pair response
The response is of type object
.