Symbol Snapshot

{
  "type": "message",
  "topic": "/market/snapshot:KCS-BTC",
  "subject": "trade.snapshot",
  "data": {
    "sequence": "1545896669291",
    "data": {
      "trading": true,
      "symbol": "KCS-BTC",
      "buy": 0.00011,
      "sell": 0.00012,
      "sort": 100, //sorting number(Pointless)
      "volValue": 3.13851792584, //24-hour rolling transaction volume, refreshed every 2s
      "baseCurrency": "KCS",
      "market": "BTC",
      "quoteCurrency": "BTC",
      "symbolCode": "KCS-BTC",
      "datetime": 1548388122031,
      "high": 0.00013,
      "vol": 27514.34842,
      "low": 0.0001,
      "changePrice": -1.0e-5,
      "changeRate": -0.0769,
      "lastTradedPrice": 0.00012,
      "board": 0, //Trading pair partition: 0.primary partition 1.KuCoin Plus", example = "1"
      "mark": 0 //Trading Pair Mark: 0.default 1.ST. 2.NEW", example = "1"
    }
  }
}

Topic: /market/snapshot:{symbol}

  • Push frequency: once every 2s

Subscribe to get snapshot data for a single symbol.