{
   "id":"clientID8",
   "event":"subscribe",
   "success":true,
   "ts":1682241795883
}
{
   "topic":"PERP_ETH_USDC.e@markprice",
   "ts":1682241796000,
   "data":{
      "symbol":"PERP_ETH_USDC",
      "price":2300.0
   }
}

Push interval: 1s

{
    "id": "clientID8",
    "topic": "PERP_ETH_USDC@markprice",
    "event": "subscribe"
}

Parameters

NameTypeRequiredDescription
idstringYid generate by client
eventstringYsubscribe/unsubscribe
topicstringN{symbol}@markprice
{
   "id":"clientID8",
   "event":"subscribe",
   "success":true,
   "ts":1682241795883
}
{
   "topic":"PERP_ETH_USDC.e@markprice",
   "ts":1682241796000,
   "data":{
      "symbol":"PERP_ETH_USDC",
      "price":2300.0
   }
}