Get market multi history
Get Historical Market Data (batch)
Retrieve historical price and volume data for up to 10 assets in a single request, with customizable time granularity.
GET
Get market multi history
Query details
You can query up to 10 assets as the same time (even tho if you are facing this you might want to use our data streams). The market data asset query pattern is explained in great details here, with blockchain format, etc. For example, you can query with parameters:
We will map the first blockchain with the first contract address found, and so on.
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. Data granularity is designed as follows:- 5 minutes for the last 7 days
- 6 hours for the last 30 days
- 1 day for the remaining of history
Usage Example:
- Query by Asset and Mulitple Time Range
Query Parameters
Comma-separated token contract addresses
Time period (e.g., "1h", "24h", "7d")
Comma-separated token symbols
Comma-separated blockchain IDs
Comma-separated asset IDs
Start timestamp
End timestamp
Response
200 - application/json
Market multi history response