Query details
This endpoint accepts queries with both blockchain and assets parameters, where assets are typically token contract addresses. The market data asset query pattern is explained in great details here, with blockchain format, etc.| Parameter | Type | Description |
|---|---|---|
blockchains | string | Comma-separated list of blockchain names or IDs specifying the networks of the assets. |
assets | string | Comma-separated list of contract addresses to query prices for. |
This endpoint returns only pool-based price data. - No asset metadata - No market cap or volume data - No database involved — optimized for speed and efficiency - Best suited for use cases where you only need current token prices from DeFi pools
Data details
Price data is computed using Octopus, Mobula’s market data engine. You can have a high-level overview of how it’s computing DeFi prices here.volume is on-chain volume, and off_chain_volume is - as name implies, the off-chain volume.
Usage Examples
- Query by assets & blockchains
Response
200 - application/json
Market multi prices response