Get Market Data
Get market data for any crypto token
Query quick start
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.
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.
On some long tail assets, price is diffrent than on CoinGecko or CoinMarketCap. Why?
Mobula uses market-depth-weighted average price, which is more accurate than the simple average price. This is especially important for assets with low / zero volume in the long tail.
Query Parameters
The asset you want to target - asset name only works for assets listed on Mobula.
Blockchain of the asset - only mandatory if asset is sent as smart-contract.
Symbol of the asset - only mandatory if no asset name/contract is provided