Versions in this module Expand all Collapse all v1 v1.0.1 Dec 14, 2022 Changes in this version + func NewBase_Override(b Base, apiKey *string, apiSecret *string) + func NewCommon_Override(c Common, apiKey *string, apiSecret *string) + func NewMarket_Override(m Market, apiKey *string, apiSecret *string) + func NewSpot_Override(s Spot, apiKey *string, apiSecret *string) + func NewTrade_Override(t Trade, apiKey *string, apiSecret *string) + func NewUserData_Override(u UserData, apiKey *string, apiSecret *string) + type Base interface + Config func() interface{} + PublicRequest func(method *string, path *string, paramsObj interface{}) interface{} + SetConfig func(val interface{}) + SignRequest func(method *string, path *string, paramsObj interface{}) interface{} + func NewBase(apiKey *string, apiSecret *string) Base + type Common interface + AggTrades func(symbol *string, options interface{}) interface{} + AvgPrice func(symbol *string) interface{} + BookTicker func(symbol *string) interface{} + Config func() interface{} + Depth func(symbol *string, options interface{}) interface{} + ExchangeInfo func(options interface{}) interface{} + HistoricalTrades func(symbol *string, options interface{}) interface{} + Klines func(symbol *string, interval *string, options interface{}) interface{} + Ping func() interface{} + PublicRequest func(method *string, path *string, paramsObj interface{}) interface{} + SetConfig func(val interface{}) + SignRequest func(method *string, path *string, paramsObj interface{}) interface{} + Ticker24hr func(symbol *string) interface{} + TickerPrice func(symbol *string) interface{} + Time func() interface{} + Trades func(symbol *string, options interface{}) interface{} + func NewCommon(apiKey *string, apiSecret *string) Common + type Market interface + AggTrades func(symbol *string, options interface{}) interface{} + AvgPrice func(symbol *string) interface{} + BookTicker func(symbol *string) interface{} + Config func() interface{} + Depth func(symbol *string, options interface{}) interface{} + ExchangeInfo func(options interface{}) interface{} + HistoricalTrades func(symbol *string, options interface{}) interface{} + Klines func(symbol *string, interval *string, options interface{}) interface{} + PublicRequest func(method *string, path *string, paramsObj interface{}) interface{} + SetConfig func(val interface{}) + SignRequest func(method *string, path *string, paramsObj interface{}) interface{} + Ticker24hr func(symbol *string) interface{} + TickerPrice func(symbol *string) interface{} + Trades func(symbol *string, options interface{}) interface{} + func NewMarket(apiKey *string, apiSecret *string) Market + type Spot interface + AccountInfo func() interface{} + AccountTradeList func(symbol *string, options interface{}) interface{} + AggTrades func(symbol *string, options interface{}) interface{} + AllOrders func(symbol *string, options interface{}) interface{} + AvgPrice func(symbol *string) interface{} + BookTicker func(symbol *string) interface{} + CancelOpenOrders func(symbol *string) interface{} + CancelOrder func(symbol *string, options interface{}) interface{} + Config func() interface{} + Depth func(symbol *string, options interface{}) interface{} + ExchangeInfo func(options interface{}) interface{} + HistoricalTrades func(symbol *string, options interface{}) interface{} + Klines func(symbol *string, interval *string, options interface{}) interface{} + NewOrder func(symbol *string, side *string, orderType *string, options interface{}) interface{} + NewOrderTest func(symbol *string, side *string, orderType *string, options interface{}) interface{} + OpenOrders func(symbol *string) interface{} + Ping func() interface{} + PublicRequest func(method *string, path *string, paramsObj interface{}) interface{} + QueryOrder func(symbol *string, options interface{}) interface{} + SetConfig func(val interface{}) + SignRequest func(method *string, path *string, paramsObj interface{}) interface{} + Ticker24hr func(symbol *string) interface{} + TickerPrice func(symbol *string) interface{} + Time func() interface{} + Trades func(symbol *string, options interface{}) interface{} + func NewSpot(apiKey *string, apiSecret *string) Spot + type Trade interface + AccountInfo func() interface{} + AccountTradeList func(symbol *string, options interface{}) interface{} + AggTrades func(symbol *string, options interface{}) interface{} + AllOrders func(symbol *string, options interface{}) interface{} + AvgPrice func(symbol *string) interface{} + BookTicker func(symbol *string) interface{} + CancelOpenOrders func(symbol *string) interface{} + CancelOrder func(symbol *string, options interface{}) interface{} + Config func() interface{} + Depth func(symbol *string, options interface{}) interface{} + ExchangeInfo func(options interface{}) interface{} + HistoricalTrades func(symbol *string, options interface{}) interface{} + Klines func(symbol *string, interval *string, options interface{}) interface{} + NewOrder func(symbol *string, side *string, orderType *string, options interface{}) interface{} + NewOrderTest func(symbol *string, side *string, orderType *string, options interface{}) interface{} + OpenOrders func(symbol *string) interface{} + Ping func() interface{} + PublicRequest func(method *string, path *string, paramsObj interface{}) interface{} + QueryOrder func(symbol *string, options interface{}) interface{} + SetConfig func(val interface{}) + SignRequest func(method *string, path *string, paramsObj interface{}) interface{} + Ticker24hr func(symbol *string) interface{} + TickerPrice func(symbol *string) interface{} + Time func() interface{} + Trades func(symbol *string, options interface{}) interface{} + func NewTrade(apiKey *string, apiSecret *string) Trade + type UserData interface + AccountInfo func() interface{} + AccountTradeList func(symbol *string, options interface{}) interface{} + AggTrades func(symbol *string, options interface{}) interface{} + AvgPrice func(symbol *string) interface{} + BookTicker func(symbol *string) interface{} + Config func() interface{} + Depth func(symbol *string, options interface{}) interface{} + ExchangeInfo func(options interface{}) interface{} + HistoricalTrades func(symbol *string, options interface{}) interface{} + Klines func(symbol *string, interval *string, options interface{}) interface{} + Ping func() interface{} + PublicRequest func(method *string, path *string, paramsObj interface{}) interface{} + SetConfig func(val interface{}) + SignRequest func(method *string, path *string, paramsObj interface{}) interface{} + Ticker24hr func(symbol *string) interface{} + TickerPrice func(symbol *string) interface{} + Time func() interface{} + Trades func(symbol *string, options interface{}) interface{} + func NewUserData(apiKey *string, apiSecret *string) UserData