{
   "id":"clientID11",
   "event":"subscribe",
   "success":true,
   "ts":1682242408023
}
{
  "topic": "price_changes",
  "ts": 1702989203989,
  "data": [
    {
      "symbol": "PERP_BTC_USDC",
      "last_price": 31000,
      "5m": 31000,
      "30m": 31000,
      "1h": 31000,
      "4h": 31000,
      "24h": 31000,
      "3d": 31000,
      "7d": 31000,
      "30d": null
    },
    {
      "symbol": "PERP_ETH_USDC",
      "last_price": 2100,
      "5m": 31000,
      "30m": 31000,
      "1h": 31000,
      "4h": 31000,
      "24h": 31000,
      "3d": 31000,
      "7d": 31000,
      "30d": null
    }
  ]
}

Push interval: every 1m

{
    "id": "clientID11",
    "topic": "price_changes",
    "event": "subscribe"
}

Parameters

NameTypeRequiredDescription
idstringYid generate by client
eventstringYsubscribe/unsubscribe
topicstringNprice_changes
{
   "id":"clientID11",
   "event":"subscribe",
   "success":true,
   "ts":1682242408023
}
{
  "topic": "price_changes",
  "ts": 1702989203989,
  "data": [
    {
      "symbol": "PERP_BTC_USDC",
      "last_price": 31000,
      "5m": 31000,
      "30m": 31000,
      "1h": 31000,
      "4h": 31000,
      "24h": 31000,
      "3d": 31000,
      "7d": 31000,
      "30d": null
    },
    {
      "symbol": "PERP_ETH_USDC",
      "last_price": 2100,
      "5m": 31000,
      "30m": 31000,
      "1h": 31000,
      "4h": 31000,
      "24h": 31000,
      "3d": 31000,
      "7d": 31000,
      "30d": null
    }
  ]
}