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