Skip to main content
Push interval: 1s
{
  "id": "clientID7",
  "topic": "indexprices",
  "event": "subscribe"
}
Parameters
NameTypeRequiredDescription
idstringYid generate by client
eventstringYsubscribe/unsubscribe
topicstringYindexprices
{
  "id": "clientID7",
  "event": "subscribe",
  "success": true,
  "ts": 1682241351985
}
{
    "topic":"indexprices",
    "ts":1618822376000,
    "data":[
        {
           "symbol":"SPOT_BTC_USDC",
            "price":51234.13
        },
        {
            "symbol":"SPOT_ETH_USDC",
            "price":3894.34
        },
       ...
    ]
}