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 freshness
Market data is constantly recomputed, in real time. There is no delay except how fast we ingest blocks, which is usually 100-200ms after blocks are emitted.
Pricing model 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.
How to query native tokens?
To query the native token of any given chain, use asset=0xEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE&blockchain=<blockchain_name or blockchain_id>