package
1.2.2
Repository: https://github.com/topal/binance-api.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
Frequency1000ms is default frequency.
Frequency100ms for fastest updates.
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
UpdateTypeUnknown default for unknown type.

# Variables

ErrIncorrectEventType represents error when event type can't before determined.

# Structs

AccountInfo is a wrapper for account info websocket.
AccountInfoUpdate represents the incoming messages for account info websocket updates.
AccountUpdate represents the incoming messages for account websocket updates.
AggTrades is a wrapper for trades websocket.
AggTradeUpdate represents the incoming messages for aggregated trades websocket updates.
AllBookTicker is a wrapper for all book tickers websocket.
AllMarketMiniTicker is a wrapper for all markets mini-tickers websocket.
AllMarketTicker is a wrapper for all markets tickers websocket.
BalanceUpdate represents the incoming message for account balances websocket updates.
No description provided by the author
Depth is a wrapper for depth websocket.
DepthLevel is a wrapper for depth level websocket.
DepthLevelUpdate represents the incoming messages for depth level websocket updates.
DepthUpdate represents the incoming messages for depth websocket updates.
EventTypeUpdate represents only incoming event type.
IndivBookTicker is a wrapper for an individual book ticker websocket.
IndivBookTickerUpdate represents incoming book ticker websocket feed.
IndivMiniTicker is a wrapper for an individual mini-ticker websocket.
IndivMiniTickerUpdate represents incoming mini-ticker websocket feed.
IndivTicker is a wrapper for an individual ticker websocket.
IndivTickerUpdate represents incoming ticker websocket feed.
Klines is a wrapper for klines websocket.
KlinesUpdate represents the incoming messages for klines websocket updates.
OrderUpdate represents the incoming messages for account orders websocket updates.
Trades is a wrapper for trades websocket.
TradeUpdate represents the incoming messages for trades websocket updates.

# Type aliases

AllBookTickerUpdate represents incoming ticker websocket feed for all book tickers.
AllMarketMiniTickerUpdate represents incoming mini-ticker websocket feed for all tickers.
AllMarketTickerUpdate represents incoming ticker websocket feed for all tickers.
FrequencyType is a interval for Depth update.
UpdateType represents type of account update event.