GET
/
market
/
data

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

asset
string

The asset you want to target - asset name only works for assets listed on Mobula.

blockchain
string

Blockchain of the asset - only mandatory if asset is sent as smart-contract.

symbol
string

Symbol of the asset - only mandatory if no asset name/contract is provided

Response

200 - application/json
data
object