Multi-symbol summary of mark / index prices, 24h OHLCV, funding rates, and open interest. Two modes:Documentation Index
Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
Use this file to discover all available pages before exploring further.
- All-symbols fast path — omit
symbols; returns every active market from in-memory caches (typically<50ms) - Filtered — supply a
symbolsarray; fans out per-symbol in parallel with a 10s overall budget
1
Request
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
symbols | string[] | No | null | Omit (or send empty) → all active symbols |
Response
| Field | Type | Notes |
|---|---|---|
total_24h_volume | string | Sum across markets; null if no data |
total_open_interest | string | null | Sum across markets; null only when no symbols have open-interest data available |
markets[] | array | Lexically ordered for stable rendering |
.mark_price | string | From mark-price stream |
.index_price | string | From index-price stream (PERP→SPOT remap applied internally) |
.last_funding_rate | string | Last settled funding rate |
.est_funding_rate | string | null | null until the first funding estimate message arrives |
.next_funding_time | int64 | ms epoch |
.max_leverage, .min_notional, .quote_tick, .base_tick | string | Symbol metadata |
Notes
- Partial results on timeout: if individual symbol fan-out times out, returned
markets[]includes only the successful entries - No pagination: response always returns the full set of requested (or active) symbols