package
0.0.0-20200416081509-df79f4332d63
Repository: https://github.com/sjclijie/go-binance.git
Documentation: pkg.go.dev

# Functions

NewClient initialize an API client instance with API key and secret key.
WithRecvWindow set recvWindow param for the request.

# Constants

Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Global enums.
Fill or Kill.
Good Till Cancel.
Good Till Crossing (Post Only).
Immediate or Cancel.
Global enums.
Global enums.

# Structs

Account define account info.
AccountAsset define account asset.
AccountPosition define account position.
AggTrade define aggregate trade info.
AggTradesService list aggregate trades.
Ask define ask info with price and quantity.
Balance define user balance of your account.
Bid define bid info with price and quantity.
BookTicker define book ticker info.
Bracket define the bracket.
CancelAllOpenOrdersService cancel all open orders.
CancelOrderResponse define response of canceling order.
CancelOrderService cancel an order.
ChangeLeverageService change user's initial leverage of specific symbol market.
ChangeMarginTypeService change user's margin type of specific symbol market.
Client define API client.
CloseUserStreamService delete listen key.
CreateOrderResponse define create order response.
CreateOrderService create order.
DepthResponse define depth info with bids and asks.
DepthService show depth info.
ExchangeInfo exchange info.
ExchangeInfoService exchange info service.
FundingRate define funding rate of mark price.
FundingRateService get funding rate.
GetAccountService get account info.
GetBalanceService get account balance.
GetIncomeHistoryService get position margin history service.
GetLeverageBracketService get funding rate.
GetOrderService get an order.
GetPositionMarginHistoryService get position margin history service.
GetPositionRiskService get account balance.
HistoricalTradesService trades.
IncomeHistory define position margin history info.
KeepaliveUserStreamService update listen key.
Kline define kline info.
KlinesService list klines.
LeverageBracket define the leverage bracket.
LiquidationOrder define liquidation order.
ListBookTickersService list best price/qty on the order book for a symbol or symbols.
ListLiquidationOrdersService list liquidation orders.
ListOpenOrdersService list opened orders.
ListOrdersService all account orders; active, canceled, or filled.
ListPriceChangeStatsService show stats of price change in last 24 hours for all symbols.
ListPricesService list latest price for a symbol or symbols.
LotSizeFilter define lot size filter of symbol.
MarketLotSizeFilter define market lot size filter of symbol.
MaxNumOrdersFilter define max num orders filter of symbol.
Order define order info.
PercentPriceFilter define percent price filter of symbol.
PingService ping server.
PositionMarginHistory define position margin history info.
PositionRisk define position risk info.
PremiumIndex define premium index of mark price.
PremiumIndexService get premium index.
PriceChangeStats define price change stats.
PriceFilter define price filter of symbol.
RateLimit struct.
RecentTradesService list recent trades.
ServerTimeService get server time.
SetServerTimeService set server time.
StartUserStreamService create listen key for user stream service.
Symbol market symbol.
SymbolLeverage define leverage info of symbol.
SymbolPrice define symbol and price pair.
Trade define trade info.
TradeV3 define v3 trade info.
UpdatePositionMarginService update isolated position margin.

# Type aliases

MarginType define margin type.
NewOrderRespType define response JSON verbosity.
OrderStatusType define order status type.
OrderType define order type.
RequestOption define option type for request.
SideEffectType define side effect type for orders.
SideType define side type of order.
SymbolFilterType define symbol filter type.
SymbolStatusType define symbol status type.
SymbolType define symbol type.
TimeInForceType define time in force type of order.
WorkingType define working type.