Spot Trading

Public Channels

Ticker

{
  "id": 1545910660739,
  "type": "subscribe",
  "topic": "/market/ticker:BTC-USDT",
  "response": true
}
{
  "type": "message",
  "topic": "/market/ticker:BTC-USDT",
  "subject": "trade.ticker",
  "data": {
    "sequence": "1545896668986", // Sequence number
    "price": "0.08", // Last traded price
    "size": "0.011", //  Last traded amount
    "bestAsk": "0.08", // Best ask price
    "bestAskSize": "0.18", // Best ask size
    "bestBid": "0.049", // Best bid price
    "bestBidSize": "0.036", // Best bid size
	"Time": 1704873323416	//The matching time of the latest transaction
  }
}

Topic: /market/ticker:{symbol},{symbol}...

  • Push frequency: once every 100ms

Subscribe to this topic to get the specified [symbol] (/docs/rest/spot-trading/market-data/get-symbols-list) push of BBO changes.

Please note that more information may be added to messages from this channel in the near future.