Skip to main content
GET
Get market multi data
Deprecated EndpointThis endpoint is deprecated. Please use the new v2 endpoints instead:

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.
Need more than 500 assets? You can use the /all endpoint to get all assets listed on Mobula (curated, not all DeFi tokens)
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.

Query Parameters

ids

Comma-separated asset IDs

symbols

Comma-separated token symbols

blockchains

Comma-separated blockchain IDs

assets

Comma-separated token addresses or names

Response

200 - application/json

Market multi data response

data
object
required
dataArray
(object | null)[]
required