Skip to main content

Websocket Streams

User Data Streams

Subscribes to the account update stream. Prior to using this, one of the StartUserStream methods should be called.

socketClient.UserDataStreams.Updates();

BookTickerUpdates

Subscribes to the book ticker update stream for the provided symbol or symbols

socketClient.BookTickerUpdates()

TradeUpdates

Subscribes to the trades update stream for the provided symbol

socketClient.TradeUpdates()

RealTimeLastPriceUpdates

Subscribes to real time last price information for a symbol

socketClient.RealTimeLastPriceUpdates()

SymbolTickerUpdates

Subscribes to ticker updates stream for a specific symbol

socketClient.SymbolTickerUpdates()

AggregatedTradeUpdates

Subscribes to the aggregated trades update stream for the provided symbol

socketClient.AggregatedTradeUpdates()

KlineUpdates

Subscribes to the candlestick update stream for the provided symbols and intervals, UTC+0 Day

socketClient.KlineUpdates()

KlineUpdatesUtc8

Subscribes to the candlestick update stream for the provided symbols and intervals, UTC+8 Day

Note that Event Time, Start Time and Close Time are always in UTC+0.

socketClient.KlineUpdatesUtc8()

SymbolMiniTickerUpdates

Subscribes to mini ticker updates stream for a specific symbol or symbols

socketClient.SymbolMiniTickerUpdates()

SymbolTickerUpdates

Subscribes to ticker updates stream for a specific symbol or symbols

socketClient.SymbolTickerUpdates()

AllSymbolTickerUpdates

Subscribes to ticker updates stream for all symbols

socketClient.AllSymbolTickerUpdates()

AllSymbolMiniTickerUpdates

Subscribes to mini ticker updates stream for all symbols

socketClient.AllSymbolMiniTickerUpdates()

Copyright S Christison ©2024