package
0.1.19
Repository: https://github.com/shing1211/go-lib.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WsAggTradeStreams serve websocket aggregate handler with a symbol.
WsAllBookTickerStreams serve websocket that pushes updates to the best bid or ask price or quantity in real-time for all symbols.
WsBookTickerStreams serve websocket that pushes updates to the best bid or ask price or quantity in real-time for a specified symbol.
WsCombinedAggTradeStreams is similar to WsAggTradeServe, but it handles multiple symbolx.
WsCombinedKlineStream is similar to WsKlineServe, but it handles multiple symbols with it interval.
WsCombinedMarketStatStream is similar to WsMarketStatServe, but it handles multiple symbol.
WsCombinedPriceDepthStreams is similar to WsDepthServe, but it for multiple symbols.
WsKlineStream serve websocket kline handler with a symbol and interval like 15m, 30s.
WsMarketStatStream serve websocket that push 24hr statistics for single market every second.
WsPriceDepthStreams serve websocket depth handler with an arbitrary endpoint address.
WsTradeStreams serve websocket handler with a symbol.
WsUserDataStream serve user data handler with listen key.