{
"id": "clientID7",
"topic": "indexprices",
"event": "subscribe"
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Y | id generate by client |
| event | string | Y | subscribe/unsubscribe |
| topic | string | Y | indexprices |
{
"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
},
...
]
}