Get market multi data
Get Market Data (batch)
Get market data for multiple crypto token
GET
Get market multi data
Query details
Input in “asset” the name of the asset you want to query, or the contract address while adding the blockchain as a second parameter. The market data asset query pattern is explained in great details here, with blockchain format, etc.
You can submit multiple assets and blockchains as comma-separated lists. The API matches each asset with the corresponding blockchain by their order in the lists — the first blockchain maps to the first asset, the second to the second, and so forth.
You can also query by token symbols alone. In cases where multiple assets share the same symbol, Mobula returns the asset with the highest market capitalization. This feature is especially useful when mapping data from centralized exchange (CEX) trading pairs. When using symbols for queries, specifying asset parameters is optional.
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 Symbols and Blockchain
- Query by Contract Address of Token.
- Query by Query Native Token. (ETH,SOL)
- Query by Asset ids.