{
   "id":"clientID11",
   "event":"subscribe",
   "success":true,
   "ts":1682242408023
}
{
  "topic": "history_charts_1h",
  "ts": 1618820615000,
  "data": [
    {
      "symbol": "PERP_NEAR_USDC",
      "price_list": [
          {
            "ts": 1702989203989,
            "price": 31000
          },
          {
            "ts": 1702989203989,
            "price": 31000
          }
        ]
    },
    {
      "symbol": "PERP_WOO_USDC",
      "price_list": [
          {
            "ts": 1702989203989,
            "price": 31000
          },
          {
            "ts": 1702989203989,
            "price": 31000
          }
        ]
    }
  ]
}

Push interval: every 1m

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

Parameters

NameTypeRequiredDescription
idstringYid generate by client
eventstringYsubscribe/unsubscribe
topicstringNhistory_charts_{time_interval}
{
   "id":"clientID11",
   "event":"subscribe",
   "success":true,
   "ts":1682242408023
}
{
  "topic": "history_charts_1h",
  "ts": 1618820615000,
  "data": [
    {
      "symbol": "PERP_NEAR_USDC",
      "price_list": [
          {
            "ts": 1702989203989,
            "price": 31000
          },
          {
            "ts": 1702989203989,
            "price": 31000
          }
        ]
    },
    {
      "symbol": "PERP_WOO_USDC",
      "price_list": [
          {
            "ts": 1702989203989,
            "price": 31000
          },
          {
            "ts": 1702989203989,
            "price": 31000
          }
        ]
    }
  ]
}