{
"id":"clientID7",
"event":"subscribe",
"success":true,
"ts":1682241351985
}
{
"topic":"SPOT_ETH_USDC@indexprice",
"ts":1682241354000,
"data":{
"symbol":"SPOT_ETH_USDC",
"price":1873.36
}
}
{
"id":"clientID7",
"event":"subscribe",
"success":true,
"ts":1682241351985
}
{
"topic":"SPOT_ETH_USDC@indexprice",
"ts":1682241354000,
"data":{
"symbol":"SPOT_ETH_USDC",
"price":1873.36
}
}
SPOT_ETH_USDC
instead of PERP_ETH_USDC
{
"id": "clientID7",
"topic": "SPOT_ETH_USDC@indexprice",
"event": "subscribe"
}
Name | Type | Required | Description |
---|---|---|---|
id | string | Y | id generate by client |
event | string | Y | subscribe /unsubscribe |
topic | string | N | {symbol}@indexprice |
{
"id":"clientID7",
"event":"subscribe",
"success":true,
"ts":1682241351985
}
{
"topic":"SPOT_ETH_USDC@indexprice",
"ts":1682241354000,
"data":{
"symbol":"SPOT_ETH_USDC",
"price":1873.36
}
}