curl
Public
Get all mid prices
Returns mids from the precomputed Redis aggregate (mids:all) written by go-core. Markets with no bid, no ask, or no top-of-book return an empty string for that key.
GET
curl
Response
Map of market name to mid price decimal string.
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:
{
"BTC-USD": "95234.5",
"ETH-USD": "3456.78"
}Global engine sequence id for this mids snapshot (from go-core when served from mids:all; max per-market globalSequenceId when derived from orderbook snapshots).