Overview
The Market Details endpoint provides comprehensive market data for tokens and pairs. It supports both single-item queries (GET) and batch queries (POST) for efficient data retrieval.GET Method - Single Item Query
Retrieve detailed market information for a single token pair or token.Query Parameters
blockchain
(required) — The blockchain identifier (e.g.,evm:1
,solana
,ethereum
)address
(required) — Direct pool or token address
Usage Examples
Response Format
For pool queries (when providing anaddress
):
POST Method - Batch Query
Retrieve market details for multiple tokens or pairs 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
(optional) — Direct pool or token address
asset
, symbol
, or address
.
Usage Examples
Response Format
Use Cases
- GET: Single token monitoring, real-time price checks
- POST: Portfolio analysis, bulk market research, dashboard data
Query Parameters
Response
200 - application/json
Market details response