Skip to main content
GET
/
v1
/
mids
curl
curl https://api.testnet.arcus.xyz/v1/mids
{
  "mids": {
    "BTC-USD": "95234.5",
    "ETH-USD": "3456.78"
  },
  "globalSequenceId": 123
}

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:
{
"BTC-USD": "95234.5",
"ETH-USD": "3456.78"
}
globalSequenceId
integer<uint64>
required

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).