{
"channel": "allMids",
"data": {
"mids": {
"BTC": "66764.5",
"ETH": "3421.2",
"SOL": "150.75"
}
}
}Live Data WebSocket API
allMids
Mid prices for all coins — polled and pushed on change
Subscribe with
{"method":"subscribe","subscription":{"type":"allMids"}} (optional dex). Acknowledgement uses subscriptionResponse (see SubscriptionResponseAck). Snapshots use AllMidsSnapshot; changes use AllMidsUpdate.