Get market multi prices (Batch)
Multi Market Data Prices (Batch)
Fetch real-time token prices in bulk using POST for more efficient queries and larger asset lists.
POST
Get market multi prices (Batch)
Query details
ThePOST /1/market/multi-prices endpoint enables querying market data prices for up to 50 assets in a single request. This endpoint is optimized for retrieving current token prices from DeFi pools with high speed and accuracy.
Request Payload
The payload supports querying assets by their contract addresses or symbols, with associated blockchain IDs. For detailed information on the market data asset query pattern, including blockchain formats and syntax rules, refer to the Market Asset Query documentation.Payload Body
| Parameter | Type | Required | Description |
|---|---|---|---|
blockchains | string | Required | Comma-separated list of blockchain IDs |
assets | string | Required | Comma-separated list of contract addresses. |
Example Request Payload
This endpoint returns only pool-based price data. - No asset metadata - No market cap or volumes — it’s optimized for speed and accuracy - Ideal for scenarios where only current token prices from DeFi pools are required