Retrieve historical price and volume data for up to 10 assets in a single request, with customizable time granularity.
| Parameter | Type | Description |
|---|---|---|
assets | string | Comma-separated list of asset names or contract addresses (up to 10). Example: "Bitcoin,0x7d1a...,Hedera". |
symbols | string | Comma-separated list of token symbols (used as alternative to assets). Example: "ETH,USDT". |
blockchains | string | Comma-separated list of blockchain identifiers (resolved internally). Example: "1,137". |
ids | string | Comma-separated list of Mobula asset IDs (numeric identifiers). |
period | string | Candle resolution. Supported: 1s, 1min, 5min, 15min, 1h, 1d, 7d, 30d. If omitted, auto-derived. |
from | number | Start timestamp (ms) applied to all assets if froms is not provided. Defaults to 30 days ago. |
froms | string | Comma-separated list of start timestamps (ms), one per asset. Overrides from. |
to | number | End timestamp (ms) applied to all assets if tos is not provided. Defaults to now. |
tos | string | Comma-separated list of end timestamps (ms), one per asset. Overrides to. |