Skip to main content
GET
curl
The response body shown here is a static example, not live data. After you click Send, your live result appears in a separate panel headed 200 OK. The panel under the status-code tabs is a fixed sample from the spec — its field values (fees, prices, sizes, IDs, timestamps) are placeholders. Use Send, or call the endpoint, for current values.
Returns precomputed mids for every market. Markets with no bid, no ask, or no top-of-book return an empty string for that key.

Response

Map of market name to mid price decimal string.

mids
object
required

Market display name (e.g. BTC-USD) to mid price decimal string; empty string if unavailable. Keys are ordered by ascending marketId. Only ONLINE markets are included; OFFLINE markets are omitted.

Example:
globalSequenceId
integer<uint64>
required

Global engine sequence id for this mids snapshot (max per-market globalSequenceId when derived from orderbook snapshots).