Documentation ¶
Overview ¶
Package binance is a Golang SDK for binance APIs.
Index ¶
- Constants
- Variables
- func FormatTimestamp(t time.Time) int64
- func NewFuturesClient(apiKey, secretKey string) *futures.Client
- func WsAggTradeServe(symbol string, handler WsAggTradeHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
- func WsAllMarketsStatServe(handler WsAllMarketsStatHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
- func WsAllMiniMarketsStatServe(handler WsAllMiniMarketsStatServeHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
- func WsCombinedPartialDepthServe(symbolLevels map[string]string, handler WsPartialDepthHandler, ...) (doneC, stopC chan struct{}, err error)
- func WsDepthServe(symbol string, handler WsDepthHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
- func WsFutureUserDataServe(listenKey string, handler WsHandler, errHandler ErrHandler, ...) (doneC, stopC chan struct{}, err error)
- func WsKlineServe(symbol string, interval string, handler WsKlineHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
- func WsMarketStatServe(symbol string, handler WsMarketStatHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
- func WsPartialDepthServe(symbol string, levels string, handler WsPartialDepthHandler, ...) (doneC, stopC chan struct{}, err error)
- func WsTradeServe(symbol string, handler WsTradeHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
- func WsUserDataServe(listenKey string, handler WsHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
- type Account
- type AggTrade
- type AggTradesService
- func (s *AggTradesService) Do(ctx context.Context, opts ...RequestOption) (res []*AggTrade, err error)
- func (s *AggTradesService) EndTime(endTime int64) *AggTradesService
- func (s *AggTradesService) FromID(fromID int64) *AggTradesService
- func (s *AggTradesService) Limit(limit int) *AggTradesService
- func (s *AggTradesService) StartTime(startTime int64) *AggTradesService
- func (s *AggTradesService) Symbol(symbol string) *AggTradesService
- type Ask
- type AssetDividendService
- func (s *AssetDividendService) Asset(asset string) *AssetDividendService
- func (s *AssetDividendService) Do(ctx context.Context) (*DividendResponseWrapper, error)
- func (s *AssetDividendService) EndTime(endTime int64) *AssetDividendService
- func (s *AssetDividendService) Limit(limit int) *AssetDividendService
- func (s *AssetDividendService) StartTime(startTime int64) *AssetDividendService
- type AveragePriceService
- type AvgPrice
- type Balance
- type Bid
- type BookTicker
- type CancelMarginOrderResponse
- type CancelMarginOrderService
- func (s *CancelMarginOrderService) Do(ctx context.Context, opts ...RequestOption) (res *CancelMarginOrderResponse, err error)
- func (s *CancelMarginOrderService) NewClientOrderID(newClientOrderID string) *CancelMarginOrderService
- func (s *CancelMarginOrderService) OrderID(orderID int64) *CancelMarginOrderService
- func (s *CancelMarginOrderService) OrigClientOrderID(origClientOrderID string) *CancelMarginOrderService
- func (s *CancelMarginOrderService) Symbol(symbol string) *CancelMarginOrderService
- type CancelOrderResponse
- type CancelOrderService
- func (s *CancelOrderService) Do(ctx context.Context, opts ...RequestOption) (res *CancelOrderResponse, err error)
- func (s *CancelOrderService) NewClientOrderID(newClientOrderID string) *CancelOrderService
- func (s *CancelOrderService) OrderID(orderID int64) *CancelOrderService
- func (s *CancelOrderService) OrigClientOrderID(origClientOrderID string) *CancelOrderService
- func (s *CancelOrderService) Symbol(symbol string) *CancelOrderService
- type Client
- func (c *Client) NewAggTradesService() *AggTradesService
- func (c *Client) NewAssetDividendService() *AssetDividendService
- func (c *Client) NewAveragePriceService() *AveragePriceService
- func (c *Client) NewCancelMarginOrderService() *CancelMarginOrderService
- func (c *Client) NewCancelOrderService() *CancelOrderService
- func (c *Client) NewCloseMarginUserStreamService() *CloseMarginUserStreamService
- func (c *Client) NewCloseUserStreamService() *CloseUserStreamService
- func (c *Client) NewCreateMarginOrderService() *CreateMarginOrderService
- func (c *Client) NewCreateOCOService() *CreateOCOService
- func (c *Client) NewCreateOrderService() *CreateOrderService
- func (c *Client) NewCreateWithdrawService() *CreateWithdrawService
- func (c *Client) NewDepthService() *DepthService
- func (c *Client) NewExchangeInfoService() *ExchangeInfoService
- func (c *Client) NewFuturesTransferService() *FuturesTransferService
- func (c *Client) NewGetAccountService() *GetAccountService
- func (c *Client) NewGetAccountSnapshotService() *GetAccountSnapshotService
- func (c *Client) NewGetDepositAddressService() *GetDepositsAddressService
- func (c *Client) NewGetMarginAccountService() *GetMarginAccountService
- func (c *Client) NewGetMarginAllPairsService() *GetMarginAllPairsService
- func (c *Client) NewGetMarginAssetService() *GetMarginAssetService
- func (c *Client) NewGetMarginOrderService() *GetMarginOrderService
- func (c *Client) NewGetMarginPairService() *GetMarginPairService
- func (c *Client) NewGetMarginPriceIndexService() *GetMarginPriceIndexService
- func (c *Client) NewGetMaxBorrowableService() *GetMaxBorrowableService
- func (c *Client) NewGetMaxTransferableService() *GetMaxTransferableService
- func (c *Client) NewGetOrderService() *GetOrderService
- func (c *Client) NewGetWithdrawFeeService() *GetWithdrawFeeService
- func (c *Client) NewHistoricalTradesService() *HistoricalTradesService
- func (c *Client) NewKeepaliveMarginUserStreamService() *KeepaliveMarginUserStreamService
- func (c *Client) NewKeepaliveUserStreamService() *KeepaliveUserStreamService
- func (c *Client) NewKlinesService() *KlinesService
- func (c *Client) NewListBookTickersService() *ListBookTickersService
- func (c *Client) NewListDepositsService() *ListDepositsService
- func (c *Client) NewListDustLogService() *ListDustLogService
- func (c *Client) NewListFuturesTransferService() *ListFuturesTransferService
- func (c *Client) NewListMarginLoansService() *ListMarginLoansService
- func (c *Client) NewListMarginOpenOrdersService() *ListMarginOpenOrdersService
- func (c *Client) NewListMarginOrdersService() *ListMarginOrdersService
- func (c *Client) NewListMarginRepaysService() *ListMarginRepaysService
- func (c *Client) NewListMarginTradesService() *ListMarginTradesService
- func (c *Client) NewListOpenOrdersService() *ListOpenOrdersService
- func (c *Client) NewListOrdersService() *ListOrdersService
- func (c *Client) NewListPriceChangeStatsService() *ListPriceChangeStatsService
- func (c *Client) NewListPricesService() *ListPricesService
- func (c *Client) NewListTradesService() *ListTradesService
- func (c *Client) NewListWithdrawsService() *ListWithdrawsService
- func (c *Client) NewMarginLoanService() *MarginLoanService
- func (c *Client) NewMarginRepayService() *MarginRepayService
- func (c *Client) NewMarginTransferService() *MarginTransferService
- func (c *Client) NewPingService() *PingService
- func (c *Client) NewRecentTradesService() *RecentTradesService
- func (c *Client) NewServerTimeService() *ServerTimeService
- func (c *Client) NewSetServerTimeService() *SetServerTimeService
- func (c *Client) NewStartMarginUserStreamService() *StartMarginUserStreamService
- func (c *Client) NewStartUserStreamService() *StartUserStreamService
- type CloseMarginUserStreamService
- type CloseUserStreamService
- type CreateMarginOrderService
- func (s *CreateMarginOrderService) Do(ctx context.Context, opts ...RequestOption) (res *CreateOrderResponse, err error)
- func (s *CreateMarginOrderService) IcebergQuantity(icebergQuantity string) *CreateMarginOrderService
- func (s *CreateMarginOrderService) NewClientOrderID(newClientOrderID string) *CreateMarginOrderService
- func (s *CreateMarginOrderService) NewOrderRespType(newOrderRespType NewOrderRespType) *CreateMarginOrderService
- func (s *CreateMarginOrderService) Price(price string) *CreateMarginOrderService
- func (s *CreateMarginOrderService) Quantity(quantity string) *CreateMarginOrderService
- func (s *CreateMarginOrderService) Side(side SideType) *CreateMarginOrderService
- func (s *CreateMarginOrderService) SideEffectType(sideEffectType SideEffectType) *CreateMarginOrderService
- func (s *CreateMarginOrderService) StopPrice(stopPrice string) *CreateMarginOrderService
- func (s *CreateMarginOrderService) Symbol(symbol string) *CreateMarginOrderService
- func (s *CreateMarginOrderService) TimeInForce(timeInForce TimeInForceType) *CreateMarginOrderService
- func (s *CreateMarginOrderService) Type(orderType OrderType) *CreateMarginOrderService
- type CreateOCOResponse
- type CreateOCOService
- func (s *CreateOCOService) Do(ctx context.Context, opts ...RequestOption) (res *CreateOCOResponse, err error)
- func (s *CreateOCOService) LimitClientOrderID(limitClientOrderID string) *CreateOCOService
- func (s *CreateOCOService) NewOrderRespType(newOrderRespType NewOrderRespType) *CreateOCOService
- func (s *CreateOCOService) Price(price string) *CreateOCOService
- func (s *CreateOCOService) Quantity(quantity string) *CreateOCOService
- func (s *CreateOCOService) Side(side SideType) *CreateOCOService
- func (s *CreateOCOService) StopClientOrderID(stopClientOrderID string) *CreateOCOService
- func (s *CreateOCOService) StopIcebergQty(stopIcebergQty string) *CreateOCOService
- func (s *CreateOCOService) StopLimitPrice(stopLimitPrice string) *CreateOCOService
- func (s *CreateOCOService) StopLimitTimeInForce(stopLimitTimeInForce TimeInForceType) *CreateOCOService
- func (s *CreateOCOService) StopPrice(stopPrice string) *CreateOCOService
- func (s *CreateOCOService) Symbol(symbol string) *CreateOCOService
- type CreateOrderResponse
- type CreateOrderService
- func (s *CreateOrderService) Do(ctx context.Context, opts ...RequestOption) (res *CreateOrderResponse, err error)
- func (s *CreateOrderService) IcebergQuantity(icebergQuantity string) *CreateOrderService
- func (s *CreateOrderService) NewClientOrderID(newClientOrderID string) *CreateOrderService
- func (s *CreateOrderService) NewOrderRespType(newOrderRespType NewOrderRespType) *CreateOrderService
- func (s *CreateOrderService) Price(price string) *CreateOrderService
- func (s *CreateOrderService) Quantity(quantity string) *CreateOrderService
- func (s *CreateOrderService) QuoteOrderQty(quoteOrderQty string) *CreateOrderService
- func (s *CreateOrderService) Side(side SideType) *CreateOrderService
- func (s *CreateOrderService) StopPrice(stopPrice string) *CreateOrderService
- func (s *CreateOrderService) Symbol(symbol string) *CreateOrderService
- func (s *CreateOrderService) Test(ctx context.Context, opts ...RequestOption) (err error)
- func (s *CreateOrderService) TimeInForce(timeInForce TimeInForceType) *CreateOrderService
- func (s *CreateOrderService) Type(orderType OrderType) *CreateOrderService
- type CreateWithdrawResponse
- type CreateWithdrawService
- func (s *CreateWithdrawService) Address(v string) *CreateWithdrawService
- func (s *CreateWithdrawService) AddressTag(v string) *CreateWithdrawService
- func (s *CreateWithdrawService) Amount(v string) *CreateWithdrawService
- func (s *CreateWithdrawService) Asset(v string) *CreateWithdrawService
- func (s *CreateWithdrawService) Do(ctx context.Context) (*CreateWithdrawResponse, error)
- func (s *CreateWithdrawService) Name(v string) *CreateWithdrawService
- func (s *CreateWithdrawService) Network(v string) *CreateWithdrawService
- func (s *CreateWithdrawService) TransactionFeeFlag(v bool) *CreateWithdrawService
- func (s *CreateWithdrawService) WithdrawOrderID(v string) *CreateWithdrawService
- type Deposit
- type DepositHistoryResponse
- type DepthResponse
- type DepthService
- type DividendResponse
- type DividendResponseWrapper
- type DustLog
- type DustLogResponseWrapper
- type DustResult
- type DustRow
- type ErrHandler
- type ExchangeInfo
- type ExchangeInfoService
- type Fill
- type FuturesTransfer
- type FuturesTransferHistory
- type FuturesTransferService
- func (s *FuturesTransferService) Amount(amount string) *FuturesTransferService
- func (s *FuturesTransferService) Asset(asset string) *FuturesTransferService
- func (s *FuturesTransferService) Do(ctx context.Context, opts ...RequestOption) (res *TransactionResponse, err error)
- func (s *FuturesTransferService) Type(transferType FuturesTransferType) *FuturesTransferService
- type FuturesTransferStatusType
- type FuturesTransferType
- type GetAccountService
- type GetAccountSnapshotService
- func (s *GetAccountSnapshotService) Do(ctx context.Context, opts ...RequestOption) (res *Snapshot, err error)
- func (s *GetAccountSnapshotService) EndTime(endTime int64) *GetAccountSnapshotService
- func (s *GetAccountSnapshotService) Limit(limit int) *GetAccountSnapshotService
- func (s *GetAccountSnapshotService) StartTime(startTime int64) *GetAccountSnapshotService
- func (s *GetAccountSnapshotService) Type(accountType string) *GetAccountSnapshotService
- type GetDepositAddressResponse
- type GetDepositsAddressService
- type GetMarginAccountService
- type GetMarginAllPairsService
- type GetMarginAssetService
- type GetMarginOrderService
- func (s *GetMarginOrderService) Do(ctx context.Context, opts ...RequestOption) (res *Order, err error)
- func (s *GetMarginOrderService) OrderID(orderID int64) *GetMarginOrderService
- func (s *GetMarginOrderService) OrigClientOrderID(origClientOrderID string) *GetMarginOrderService
- func (s *GetMarginOrderService) Symbol(symbol string) *GetMarginOrderService
- type GetMarginPairService
- type GetMarginPriceIndexService
- type GetMaxBorrowableService
- type GetMaxTransferableService
- type GetOrderService
- func (s *GetOrderService) Do(ctx context.Context, opts ...RequestOption) (res *Order, err error)
- func (s *GetOrderService) OrderID(orderID int64) *GetOrderService
- func (s *GetOrderService) OrigClientOrderID(origClientOrderID string) *GetOrderService
- func (s *GetOrderService) Symbol(symbol string) *GetOrderService
- type GetWithdrawFeeService
- type HistoricalTradesService
- func (s *HistoricalTradesService) Do(ctx context.Context, opts ...RequestOption) (res []*Trade, err error)
- func (s *HistoricalTradesService) FromID(fromID int64) *HistoricalTradesService
- func (s *HistoricalTradesService) Limit(limit int) *HistoricalTradesService
- func (s *HistoricalTradesService) Symbol(symbol string) *HistoricalTradesService
- type IcebergPartsFilter
- type KeepaliveMarginUserStreamService
- type KeepaliveUserStreamService
- type Kline
- type KlinesService
- func (s *KlinesService) Do(ctx context.Context, opts ...RequestOption) (res []*Kline, err error)
- func (s *KlinesService) EndTime(endTime int64) *KlinesService
- func (s *KlinesService) Interval(interval string) *KlinesService
- func (s *KlinesService) Limit(limit int) *KlinesService
- func (s *KlinesService) StartTime(startTime int64) *KlinesService
- func (s *KlinesService) Symbol(symbol string) *KlinesService
- type ListBookTickersService
- type ListDepositsService
- func (s *ListDepositsService) Asset(asset string) *ListDepositsService
- func (s *ListDepositsService) Do(ctx context.Context) (deposits []*Deposit, err error)
- func (s *ListDepositsService) EndTime(endTime int64) *ListDepositsService
- func (s *ListDepositsService) StartTime(startTime int64) *ListDepositsService
- func (s *ListDepositsService) Status(status int) *ListDepositsService
- type ListDustLogService
- type ListFuturesTransferService
- func (s *ListFuturesTransferService) Asset(asset string) *ListFuturesTransferService
- func (s *ListFuturesTransferService) Current(current int64) *ListFuturesTransferService
- func (s *ListFuturesTransferService) Do(ctx context.Context, opts ...RequestOption) (res *FuturesTransferHistory, err error)
- func (s *ListFuturesTransferService) EndTime(endTime int64) *ListFuturesTransferService
- func (s *ListFuturesTransferService) Size(size int64) *ListFuturesTransferService
- func (s *ListFuturesTransferService) StartTime(startTime int64) *ListFuturesTransferService
- type ListMarginLoansService
- func (s *ListMarginLoansService) Asset(asset string) *ListMarginLoansService
- func (s *ListMarginLoansService) Current(current int64) *ListMarginLoansService
- func (s *ListMarginLoansService) Do(ctx context.Context, opts ...RequestOption) (res *MarginLoanResponse, err error)
- func (s *ListMarginLoansService) EndTime(endTime int64) *ListMarginLoansService
- func (s *ListMarginLoansService) Size(size int64) *ListMarginLoansService
- func (s *ListMarginLoansService) StartTime(startTime int64) *ListMarginLoansService
- func (s *ListMarginLoansService) TxID(txID int64) *ListMarginLoansService
- type ListMarginOpenOrdersService
- type ListMarginOrdersService
- func (s *ListMarginOrdersService) Do(ctx context.Context, opts ...RequestOption) (res []*MarginAllOrder, err error)
- func (s *ListMarginOrdersService) EndTime(endTime int64) *ListMarginOrdersService
- func (s *ListMarginOrdersService) Limit(limit int) *ListMarginOrdersService
- func (s *ListMarginOrdersService) OrderID(orderID int64) *ListMarginOrdersService
- func (s *ListMarginOrdersService) StartTime(startTime int64) *ListMarginOrdersService
- func (s *ListMarginOrdersService) Symbol(symbol string) *ListMarginOrdersService
- type ListMarginRepaysService
- func (s *ListMarginRepaysService) Asset(asset string) *ListMarginRepaysService
- func (s *ListMarginRepaysService) Current(current int64) *ListMarginRepaysService
- func (s *ListMarginRepaysService) Do(ctx context.Context, opts ...RequestOption) (res *MarginRepayResponse, err error)
- func (s *ListMarginRepaysService) EndTime(endTime int64) *ListMarginRepaysService
- func (s *ListMarginRepaysService) Size(size int64) *ListMarginRepaysService
- func (s *ListMarginRepaysService) StartTime(startTime int64) *ListMarginRepaysService
- func (s *ListMarginRepaysService) TxID(txID int64) *ListMarginRepaysService
- type ListMarginTradesService
- func (s *ListMarginTradesService) Do(ctx context.Context, opts ...RequestOption) (res []*TradeV3, err error)
- func (s *ListMarginTradesService) EndTime(endTime int64) *ListMarginTradesService
- func (s *ListMarginTradesService) FromID(fromID int64) *ListMarginTradesService
- func (s *ListMarginTradesService) Limit(limit int) *ListMarginTradesService
- func (s *ListMarginTradesService) StartTime(startTime int64) *ListMarginTradesService
- func (s *ListMarginTradesService) Symbol(symbol string) *ListMarginTradesService
- type ListOpenOrdersService
- type ListOrdersService
- func (s *ListOrdersService) Do(ctx context.Context, opts ...RequestOption) (res []*Order, err error)
- func (s *ListOrdersService) EndTime(endTime int64) *ListOrdersService
- func (s *ListOrdersService) Limit(limit int) *ListOrdersService
- func (s *ListOrdersService) OrderID(orderID int64) *ListOrdersService
- func (s *ListOrdersService) StartTime(startTime int64) *ListOrdersService
- func (s *ListOrdersService) Symbol(symbol string) *ListOrdersService
- type ListPriceChangeStatsService
- type ListPricesService
- type ListTradesService
- func (s *ListTradesService) Do(ctx context.Context, opts ...RequestOption) (res []*TradeV3, err error)
- func (s *ListTradesService) EndTime(endTime int64) *ListTradesService
- func (s *ListTradesService) FromID(fromID int64) *ListTradesService
- func (s *ListTradesService) Limit(limit int) *ListTradesService
- func (s *ListTradesService) StartTime(startTime int64) *ListTradesService
- func (s *ListTradesService) Symbol(symbol string) *ListTradesService
- type ListWithdrawsService
- func (s *ListWithdrawsService) Asset(asset string) *ListWithdrawsService
- func (s *ListWithdrawsService) Do(ctx context.Context) (withdraws []*Withdraw, err error)
- func (s *ListWithdrawsService) EndTime(endTime int64) *ListWithdrawsService
- func (s *ListWithdrawsService) StartTime(startTime int64) *ListWithdrawsService
- func (s *ListWithdrawsService) Status(status int) *ListWithdrawsService
- type LotSizeFilter
- type MarginAccount
- type MarginAllOrder
- type MarginAllPair
- type MarginAsset
- type MarginLoan
- type MarginLoanResponse
- type MarginLoanService
- type MarginLoanStatusType
- type MarginPair
- type MarginPriceIndex
- type MarginRepay
- type MarginRepayResponse
- type MarginRepayService
- type MarginRepayStatusType
- type MarginTransferService
- func (s *MarginTransferService) Amount(amount string) *MarginTransferService
- func (s *MarginTransferService) Asset(asset string) *MarginTransferService
- func (s *MarginTransferService) Do(ctx context.Context, opts ...RequestOption) (res *TransactionResponse, err error)
- func (s *MarginTransferService) Type(transferType MarginTransferType) *MarginTransferService
- type MarginTransferType
- type MarketLotSizeFilter
- type MaxBorrowable
- type MaxNumAlgoOrdersFilter
- type MaxTransferable
- type MinNotionalFilter
- type NewOrderRespType
- type OCOOrder
- type OCOOrderReport
- type Order
- type OrderStatusType
- type OrderType
- type PercentPriceFilter
- type PingService
- type PriceChangeStats
- type PriceFilter
- type RateLimit
- type RecentTradesService
- type RequestOption
- type ServerTimeService
- type SetServerTimeService
- type SideEffectType
- type SideType
- type Snapshot
- type SnapshotAssets
- type SnapshotBalances
- type SnapshotData
- type SnapshotPositions
- type SnapshotUserAssets
- type SnapshotVos
- type StartMarginUserStreamService
- type StartUserStreamService
- type Symbol
- func (s *Symbol) IcebergPartsFilter() *IcebergPartsFilter
- func (s *Symbol) LotSizeFilter() *LotSizeFilter
- func (s *Symbol) MarketLotSizeFilter() *MarketLotSizeFilter
- func (s *Symbol) MaxNumAlgoOrdersFilter() *MaxNumAlgoOrdersFilter
- func (s *Symbol) MinNotionalFilter() *MinNotionalFilter
- func (s *Symbol) PercentPriceFilter() *PercentPriceFilter
- func (s *Symbol) PriceFilter() *PriceFilter
- type SymbolFilterType
- type SymbolPrice
- type SymbolStatusType
- type SymbolType
- type TimeInForceType
- type Trade
- type TradeV3
- type TransactionResponse
- type UserAsset
- type Withdraw
- type WithdrawFee
- type WithdrawHistoryResponse
- type WsAggTradeEvent
- type WsAggTradeHandler
- type WsAllMarketsStatEvent
- type WsAllMarketsStatHandler
- type WsAllMiniMarketsStatEvent
- type WsAllMiniMarketsStatServeHandler
- type WsConfig
- type WsDepthEvent
- type WsDepthHandler
- type WsHandler
- type WsKline
- type WsKlineEvent
- type WsKlineHandler
- type WsMarketStatEvent
- type WsMarketStatHandler
- type WsMiniMarketsStatEvent
- type WsPartialDepthEvent
- type WsPartialDepthHandler
- type WsTradeEvent
- type WsTradeHandler
Constants ¶
const ( SideTypeBuy SideType = "BUY" SideTypeSell SideType = "SELL" OrderTypeLimit OrderType = "LIMIT" OrderTypeMarket OrderType = "MARKET" OrderTypeLimitMaker OrderType = "LIMIT_MAKER" OrderTypeStopLoss OrderType = "STOP_LOSS" OrderTypeStopLossLimit OrderType = "STOP_LOSS_LIMIT" OrderTypeTakeProfit OrderType = "TAKE_PROFIT" OrderTypeTakeProfitLimit OrderType = "TAKE_PROFIT_LIMIT" TimeInForceTypeGTC TimeInForceType = "GTC" TimeInForceTypeIOC TimeInForceType = "IOC" TimeInForceTypeFOK TimeInForceType = "FOK" NewOrderRespTypeACK NewOrderRespType = "ACK" NewOrderRespTypeRESULT NewOrderRespType = "RESULT" NewOrderRespTypeFULL NewOrderRespType = "FULL" OrderStatusTypeNew OrderStatusType = "NEW" OrderStatusTypePartiallyFilled OrderStatusType = "PARTIALLY_FILLED" OrderStatusTypeFilled OrderStatusType = "FILLED" OrderStatusTypeCanceled OrderStatusType = "CANCELED" OrderStatusTypePendingCancel OrderStatusType = "PENDING_CANCEL" OrderStatusTypeRejected OrderStatusType = "REJECTED" OrderStatusTypeExpired OrderStatusType = "EXPIRED" SymbolTypeSpot SymbolType = "SPOT" SymbolStatusTypePreTrading SymbolStatusType = "PRE_TRADING" SymbolStatusTypeTrading SymbolStatusType = "TRADING" SymbolStatusTypePostTrading SymbolStatusType = "POST_TRADING" SymbolStatusTypeEndOfDay SymbolStatusType = "END_OF_DAY" SymbolStatusTypeHalt SymbolStatusType = "HALT" SymbolStatusTypeAuctionMatch SymbolStatusType = "AUCTION_MATCH" SymbolStatusTypeBreak SymbolStatusType = "BREAK" SymbolFilterTypeLotSize SymbolFilterType = "LOT_SIZE" SymbolFilterTypePriceFilter SymbolFilterType = "PRICE_FILTER" SymbolFilterTypePercentPrice SymbolFilterType = "PERCENT_PRICE" SymbolFilterTypeMinNotional SymbolFilterType = "MIN_NOTIONAL" SymbolFilterTypeIcebergParts SymbolFilterType = "ICEBERG_PARTS" SymbolFilterTypeMarketLotSize SymbolFilterType = "MARKET_LOT_SIZE" SymbolFilterTypeMaxNumAlgoOrders SymbolFilterType = "MAX_NUM_ALGO_ORDERS" MarginTransferTypeToMargin MarginTransferType = 1 MarginTransferTypeToMain MarginTransferType = 2 FuturesTransferTypeToFutures FuturesTransferType = 1 FuturesTransferTypeToMain FuturesTransferType = 2 MarginLoanStatusTypePending MarginLoanStatusType = "PENDING" MarginLoanStatusTypeConfirmed MarginLoanStatusType = "CONFIRMED" MarginLoanStatusTypeFailed MarginLoanStatusType = "FAILED" MarginRepayStatusTypePending MarginRepayStatusType = "PENDING" MarginRepayStatusTypeConfirmed MarginRepayStatusType = "CONFIRMED" MarginRepayStatusTypeFailed MarginRepayStatusType = "FAILED" FuturesTransferStatusTypePending FuturesTransferStatusType = "PENDING" FuturesTransferStatusTypeConfirmed FuturesTransferStatusType = "CONFIRMED" FuturesTransferStatusTypeFailed FuturesTransferStatusType = "FAILED" SideEffectTypeNoSideEffect SideEffectType = "NO_SIDE_EFFECT" SideEffectTypeMarginBuy SideEffectType = "MARGIN_BUY" SideEffectTypeAutoRepay SideEffectType = "AUTO_REPAY" )
Global enums
Variables ¶
var ( // WebsocketTimeout is an interval for sending ping/pong messages if WebsocketKeepalive is enabled WebsocketTimeout = time.Second * 60 // WebsocketKeepalive enables sending ping/pong messages to check the connection stability WebsocketKeepalive = false )
Functions ¶
func FormatTimestamp ¶
FormatTimestamp formats a time into Unix timestamp in milliseconds, as requested by Binance.
func NewFuturesClient ¶
NewFuturesClient initialize client for futures API
func WsAggTradeServe ¶
func WsAggTradeServe(symbol string, handler WsAggTradeHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsAggTradeServe serve websocket aggregate handler with a symbol
func WsAllMarketsStatServe ¶
func WsAllMarketsStatServe(handler WsAllMarketsStatHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsAllMarketsStatServe serve websocket that push 24hr statistics for all market every second
func WsAllMiniMarketsStatServe ¶
func WsAllMiniMarketsStatServe(handler WsAllMiniMarketsStatServeHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsAllMiniMarketsStatServe serve websocket that push mini version of 24hr statistics for all market every second
func WsCombinedPartialDepthServe ¶
func WsCombinedPartialDepthServe(symbolLevels map[string]string, handler WsPartialDepthHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsCombinedPartialDepthServe is similar to WsPartialDepthServe, but it for multiple symbols
func WsDepthServe ¶
func WsDepthServe(symbol string, handler WsDepthHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsDepthServe serve websocket depth handler with a symbol
func WsFutureUserDataServe ¶
func WsFutureUserDataServe(listenKey string, handler WsHandler, errHandler ErrHandler, wsConfig ...*WsConfig) (doneC, stopC chan struct{}, err error)
WsFutureUserDataServe serve user data handler with listen key
func WsKlineServe ¶
func WsKlineServe(symbol string, interval string, handler WsKlineHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsKlineServe serve websocket kline handler with a symbol and interval like 15m, 30s
func WsMarketStatServe ¶
func WsMarketStatServe(symbol string, handler WsMarketStatHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsMarketStatServe serve websocket that push 24hr statistics for single market every second
func WsPartialDepthServe ¶
func WsPartialDepthServe(symbol string, levels string, handler WsPartialDepthHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsPartialDepthServe serve websocket partial depth handler with a symbol
func WsTradeServe ¶
func WsTradeServe(symbol string, handler WsTradeHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsTradeServe serve websocket handler with a symbol
func WsUserDataServe ¶
func WsUserDataServe(listenKey string, handler WsHandler, errHandler ErrHandler) (doneC, stopC chan struct{}, err error)
WsUserDataServe serve user data handler with listen key
Types ¶
type Account ¶
type Account struct { MakerCommission int64 `json:"makerCommission"` TakerCommission int64 `json:"takerCommission"` BuyerCommission int64 `json:"buyerCommission"` SellerCommission int64 `json:"sellerCommission"` CanTrade bool `json:"canTrade"` CanWithdraw bool `json:"canWithdraw"` CanDeposit bool `json:"canDeposit"` Balances []Balance `json:"balances"` }
Account define account info
type AggTrade ¶
type AggTrade struct { AggTradeID int64 `json:"a"` Price string `json:"p"` Quantity string `json:"q"` FirstTradeID int64 `json:"f"` LastTradeID int64 `json:"l"` Timestamp int64 `json:"T"` IsBuyerMaker bool `json:"m"` IsBestPriceMatch bool `json:"M"` }
AggTrade define aggregate trade info
type AggTradesService ¶
type AggTradesService struct {
// contains filtered or unexported fields
}
AggTradesService list aggregate trades
func (*AggTradesService) Do ¶
func (s *AggTradesService) Do(ctx context.Context, opts ...RequestOption) (res []*AggTrade, err error)
Do send request
func (*AggTradesService) EndTime ¶
func (s *AggTradesService) EndTime(endTime int64) *AggTradesService
EndTime set endTime
func (*AggTradesService) FromID ¶
func (s *AggTradesService) FromID(fromID int64) *AggTradesService
FromID set fromID
func (*AggTradesService) Limit ¶
func (s *AggTradesService) Limit(limit int) *AggTradesService
Limit set limit
func (*AggTradesService) StartTime ¶
func (s *AggTradesService) StartTime(startTime int64) *AggTradesService
StartTime set startTime
func (*AggTradesService) Symbol ¶
func (s *AggTradesService) Symbol(symbol string) *AggTradesService
Symbol set symbol
type AssetDividendService ¶
type AssetDividendService struct {
// contains filtered or unexported fields
}
AssetDividendService fetches the saving purchases
func (*AssetDividendService) Asset ¶
func (s *AssetDividendService) Asset(asset string) *AssetDividendService
Asset sets the asset parameter.
func (*AssetDividendService) Do ¶
func (s *AssetDividendService) Do(ctx context.Context) (*DividendResponseWrapper, error)
Do sends the request.
func (*AssetDividendService) EndTime ¶
func (s *AssetDividendService) EndTime(endTime int64) *AssetDividendService
EndTime sets the endTime parameter. If present, StartTime MUST be specified. The difference between EndTime - StartTime MUST be between 0-90 days.
func (*AssetDividendService) Limit ¶
func (s *AssetDividendService) Limit(limit int) *AssetDividendService
Limit sets the limit parameter.
func (*AssetDividendService) StartTime ¶
func (s *AssetDividendService) StartTime(startTime int64) *AssetDividendService
StartTime sets the startTime parameter. If present, EndTime MUST be specified. The difference between EndTime - StartTime MUST be between 0-90 days.
type AveragePriceService ¶
type AveragePriceService struct {
// contains filtered or unexported fields
}
AveragePriceService show current average price for a symbol
func (*AveragePriceService) Do ¶
func (s *AveragePriceService) Do(ctx context.Context, opts ...RequestOption) (res *AvgPrice, err error)
Do send request
func (*AveragePriceService) Symbol ¶
func (s *AveragePriceService) Symbol(symbol string) *AveragePriceService
Symbol set symbol
type Balance ¶
type Balance struct { Asset string `json:"asset"` Free string `json:"free"` Locked string `json:"locked"` }
Balance define user balance of your account
type BookTicker ¶
type BookTicker struct { Symbol string `json:"symbol"` BidPrice string `json:"bidPrice"` BidQuantity string `json:"bidQty"` AskPrice string `json:"askPrice"` AskQuantity string `json:"askQty"` }
BookTicker define book ticker info
type CancelMarginOrderResponse ¶
type CancelMarginOrderResponse struct { Symbol string `json:"symbol"` OrigClientOrderID string `json:"origClientOrderId"` OrderID string `json:"orderId"` ClientOrderID string `json:"clientOrderId"` TransactTime int64 `json:"transactTime"` Price string `json:"price"` OrigQuantity string `json:"origQty"` ExecutedQuantity string `json:"executedQty"` CummulativeQuoteQuantity string `json:"cummulativeQuoteQty"` Status OrderStatusType `json:"status"` TimeInForce TimeInForceType `json:"timeInForce"` Type OrderType `json:"type"` Side SideType `json:"side"` }
CancelMarginOrderResponse define response of canceling order
type CancelMarginOrderService ¶
type CancelMarginOrderService struct {
// contains filtered or unexported fields
}
CancelMarginOrderService cancel an order
func (*CancelMarginOrderService) Do ¶
func (s *CancelMarginOrderService) Do(ctx context.Context, opts ...RequestOption) (res *CancelMarginOrderResponse, err error)
Do send request
func (*CancelMarginOrderService) NewClientOrderID ¶
func (s *CancelMarginOrderService) NewClientOrderID(newClientOrderID string) *CancelMarginOrderService
NewClientOrderID set newClientOrderID
func (*CancelMarginOrderService) OrderID ¶
func (s *CancelMarginOrderService) OrderID(orderID int64) *CancelMarginOrderService
OrderID set orderID
func (*CancelMarginOrderService) OrigClientOrderID ¶
func (s *CancelMarginOrderService) OrigClientOrderID(origClientOrderID string) *CancelMarginOrderService
OrigClientOrderID set origClientOrderID
func (*CancelMarginOrderService) Symbol ¶
func (s *CancelMarginOrderService) Symbol(symbol string) *CancelMarginOrderService
Symbol set symbol
type CancelOrderResponse ¶
type CancelOrderResponse struct { Symbol string `json:"symbol"` OrigClientOrderID string `json:"origClientOrderId"` OrderID int64 `json:"orderId"` ClientOrderID string `json:"clientOrderId"` TransactTime int64 `json:"transactTime"` Price string `json:"price"` OrigQuantity string `json:"origQty"` ExecutedQuantity string `json:"executedQty"` CummulativeQuoteQuantity string `json:"cummulativeQuoteQty"` Status OrderStatusType `json:"status"` TimeInForce TimeInForceType `json:"timeInForce"` Type OrderType `json:"type"` Side SideType `json:"side"` }
CancelOrderResponse define response of canceling order
type CancelOrderService ¶
type CancelOrderService struct {
// contains filtered or unexported fields
}
CancelOrderService cancel an order
func (*CancelOrderService) Do ¶
func (s *CancelOrderService) Do(ctx context.Context, opts ...RequestOption) (res *CancelOrderResponse, err error)
Do send request
func (*CancelOrderService) NewClientOrderID ¶
func (s *CancelOrderService) NewClientOrderID(newClientOrderID string) *CancelOrderService
NewClientOrderID set newClientOrderID
func (*CancelOrderService) OrderID ¶
func (s *CancelOrderService) OrderID(orderID int64) *CancelOrderService
OrderID set orderID
func (*CancelOrderService) OrigClientOrderID ¶
func (s *CancelOrderService) OrigClientOrderID(origClientOrderID string) *CancelOrderService
OrigClientOrderID set origClientOrderID
func (*CancelOrderService) Symbol ¶
func (s *CancelOrderService) Symbol(symbol string) *CancelOrderService
Symbol set symbol
type Client ¶
type Client struct { APIKey string SecretKey string BaseURL string UserAgent string HTTPClient *http.Client Debug bool Logger *log.Logger TimeOffset int64 // contains filtered or unexported fields }
Client define API client
func NewClient ¶
NewClient initialize an API client instance with API key and secret key. You should always call this function before using this SDK. Services will be created by the form client.NewXXXService().
func (*Client) NewAggTradesService ¶
func (c *Client) NewAggTradesService() *AggTradesService
NewAggTradesService init aggregate trades service
func (*Client) NewAssetDividendService ¶
func (c *Client) NewAssetDividendService() *AssetDividendService
NewAssetDividendService init the asset dividend list service
func (*Client) NewAveragePriceService ¶
func (c *Client) NewAveragePriceService() *AveragePriceService
NewAveragePriceService init average price service
func (*Client) NewCancelMarginOrderService ¶
func (c *Client) NewCancelMarginOrderService() *CancelMarginOrderService
NewCancelMarginOrderService init cancel order service
func (*Client) NewCancelOrderService ¶
func (c *Client) NewCancelOrderService() *CancelOrderService
NewCancelOrderService init cancel order service
func (*Client) NewCloseMarginUserStreamService ¶
func (c *Client) NewCloseMarginUserStreamService() *CloseMarginUserStreamService
NewCloseMarginUserStreamService init closing margin user stream service
func (*Client) NewCloseUserStreamService ¶
func (c *Client) NewCloseUserStreamService() *CloseUserStreamService
NewCloseUserStreamService init closing user stream service
func (*Client) NewCreateMarginOrderService ¶
func (c *Client) NewCreateMarginOrderService() *CreateMarginOrderService
NewCreateMarginOrderService init creating margin order service
func (*Client) NewCreateOCOService ¶
func (c *Client) NewCreateOCOService() *CreateOCOService
NewCreateOCOService init creating OCO service
func (*Client) NewCreateOrderService ¶
func (c *Client) NewCreateOrderService() *CreateOrderService
NewCreateOrderService init creating order service
func (*Client) NewCreateWithdrawService ¶
func (c *Client) NewCreateWithdrawService() *CreateWithdrawService
NewCreateWithdrawService init creating withdraw service
func (*Client) NewDepthService ¶
func (c *Client) NewDepthService() *DepthService
NewDepthService init depth service
func (*Client) NewExchangeInfoService ¶
func (c *Client) NewExchangeInfoService() *ExchangeInfoService
NewExchangeInfoService init exchange info service
func (*Client) NewFuturesTransferService ¶
func (c *Client) NewFuturesTransferService() *FuturesTransferService
NewFuturesTransferService init futures transfer service
func (*Client) NewGetAccountService ¶
func (c *Client) NewGetAccountService() *GetAccountService
NewGetAccountService init getting account service
func (*Client) NewGetAccountSnapshotService ¶
func (c *Client) NewGetAccountSnapshotService() *GetAccountSnapshotService
NewGetAccountSnapshotService init getting account snapshot service
func (*Client) NewGetDepositAddressService ¶
func (c *Client) NewGetDepositAddressService() *GetDepositsAddressService
NewGetDepositAddressService init getting deposit address service
func (*Client) NewGetMarginAccountService ¶
func (c *Client) NewGetMarginAccountService() *GetMarginAccountService
NewGetMarginAccountService init get margin account service
func (*Client) NewGetMarginAllPairsService ¶
func (c *Client) NewGetMarginAllPairsService() *GetMarginAllPairsService
NewGetMarginAllPairsService init get margin all pairs service
func (*Client) NewGetMarginAssetService ¶
func (c *Client) NewGetMarginAssetService() *GetMarginAssetService
NewGetMarginAssetService init get margin asset service
func (*Client) NewGetMarginOrderService ¶
func (c *Client) NewGetMarginOrderService() *GetMarginOrderService
NewGetMarginOrderService init get order service
func (*Client) NewGetMarginPairService ¶
func (c *Client) NewGetMarginPairService() *GetMarginPairService
NewGetMarginPairService init get margin pair service
func (*Client) NewGetMarginPriceIndexService ¶
func (c *Client) NewGetMarginPriceIndexService() *GetMarginPriceIndexService
NewGetMarginPriceIndexService init get margin price index service
func (*Client) NewGetMaxBorrowableService ¶
func (c *Client) NewGetMaxBorrowableService() *GetMaxBorrowableService
NewGetMaxBorrowableService init get max borrowable service
func (*Client) NewGetMaxTransferableService ¶
func (c *Client) NewGetMaxTransferableService() *GetMaxTransferableService
NewGetMaxTransferableService init get max transferable service
func (*Client) NewGetOrderService ¶
func (c *Client) NewGetOrderService() *GetOrderService
NewGetOrderService init get order service
func (*Client) NewGetWithdrawFeeService ¶
func (c *Client) NewGetWithdrawFeeService() *GetWithdrawFeeService
NewGetWithdrawFeeService init get withdraw fee service
func (*Client) NewHistoricalTradesService ¶
func (c *Client) NewHistoricalTradesService() *HistoricalTradesService
NewHistoricalTradesService init listing trades service
func (*Client) NewKeepaliveMarginUserStreamService ¶
func (c *Client) NewKeepaliveMarginUserStreamService() *KeepaliveMarginUserStreamService
NewKeepaliveMarginUserStreamService init keep alive margin user stream service
func (*Client) NewKeepaliveUserStreamService ¶
func (c *Client) NewKeepaliveUserStreamService() *KeepaliveUserStreamService
NewKeepaliveUserStreamService init keep alive user stream service
func (*Client) NewKlinesService ¶
func (c *Client) NewKlinesService() *KlinesService
NewKlinesService init klines service
func (*Client) NewListBookTickersService ¶
func (c *Client) NewListBookTickersService() *ListBookTickersService
NewListBookTickersService init listing booking tickers service
func (*Client) NewListDepositsService ¶
func (c *Client) NewListDepositsService() *ListDepositsService
NewListDepositsService init listing deposits service
func (*Client) NewListDustLogService ¶
func (c *Client) NewListDustLogService() *ListDustLogService
NewListDustLogService init list dust log service
func (*Client) NewListFuturesTransferService ¶
func (c *Client) NewListFuturesTransferService() *ListFuturesTransferService
NewListFuturesTransferService init list futures transfer service
func (*Client) NewListMarginLoansService ¶
func (c *Client) NewListMarginLoansService() *ListMarginLoansService
NewListMarginLoansService init list margin loan service
func (*Client) NewListMarginOpenOrdersService ¶
func (c *Client) NewListMarginOpenOrdersService() *ListMarginOpenOrdersService
NewListMarginOpenOrdersService init list margin open orders service
func (*Client) NewListMarginOrdersService ¶
func (c *Client) NewListMarginOrdersService() *ListMarginOrdersService
NewListMarginOrdersService init list margin all orders service
func (*Client) NewListMarginRepaysService ¶
func (c *Client) NewListMarginRepaysService() *ListMarginRepaysService
NewListMarginRepaysService init list margin repay service
func (*Client) NewListMarginTradesService ¶
func (c *Client) NewListMarginTradesService() *ListMarginTradesService
NewListMarginTradesService init list margin trades service
func (*Client) NewListOpenOrdersService ¶
func (c *Client) NewListOpenOrdersService() *ListOpenOrdersService
NewListOpenOrdersService init list open orders service
func (*Client) NewListOrdersService ¶
func (c *Client) NewListOrdersService() *ListOrdersService
NewListOrdersService init listing orders service
func (*Client) NewListPriceChangeStatsService ¶
func (c *Client) NewListPriceChangeStatsService() *ListPriceChangeStatsService
NewListPriceChangeStatsService init list prices change stats service
func (*Client) NewListPricesService ¶
func (c *Client) NewListPricesService() *ListPricesService
NewListPricesService init listing prices service
func (*Client) NewListTradesService ¶
func (c *Client) NewListTradesService() *ListTradesService
NewListTradesService init listing trades service
func (*Client) NewListWithdrawsService ¶
func (c *Client) NewListWithdrawsService() *ListWithdrawsService
NewListWithdrawsService init listing withdraw service
func (*Client) NewMarginLoanService ¶
func (c *Client) NewMarginLoanService() *MarginLoanService
NewMarginLoanService init margin account loan service
func (*Client) NewMarginRepayService ¶
func (c *Client) NewMarginRepayService() *MarginRepayService
NewMarginRepayService init margin account repay service
func (*Client) NewMarginTransferService ¶
func (c *Client) NewMarginTransferService() *MarginTransferService
NewMarginTransferService init margin account transfer service
func (*Client) NewPingService ¶
func (c *Client) NewPingService() *PingService
NewPingService init ping service
func (*Client) NewRecentTradesService ¶
func (c *Client) NewRecentTradesService() *RecentTradesService
NewRecentTradesService init recent trades service
func (*Client) NewServerTimeService ¶
func (c *Client) NewServerTimeService() *ServerTimeService
NewServerTimeService init server time service
func (*Client) NewSetServerTimeService ¶
func (c *Client) NewSetServerTimeService() *SetServerTimeService
NewSetServerTimeService init set server time service
func (*Client) NewStartMarginUserStreamService ¶
func (c *Client) NewStartMarginUserStreamService() *StartMarginUserStreamService
NewStartMarginUserStreamService init starting margin user stream service
func (*Client) NewStartUserStreamService ¶
func (c *Client) NewStartUserStreamService() *StartUserStreamService
NewStartUserStreamService init starting user stream service
type CloseMarginUserStreamService ¶
type CloseMarginUserStreamService struct {
// contains filtered or unexported fields
}
CloseMarginUserStreamService delete listen key
func (*CloseMarginUserStreamService) Do ¶
func (s *CloseMarginUserStreamService) Do(ctx context.Context, opts ...RequestOption) (err error)
Do send request
func (*CloseMarginUserStreamService) ListenKey ¶
func (s *CloseMarginUserStreamService) ListenKey(listenKey string) *CloseMarginUserStreamService
ListenKey set listen key
type CloseUserStreamService ¶
type CloseUserStreamService struct {
// contains filtered or unexported fields
}
CloseUserStreamService delete listen key
func (*CloseUserStreamService) Do ¶
func (s *CloseUserStreamService) Do(ctx context.Context, opts ...RequestOption) (err error)
Do send request
func (*CloseUserStreamService) ListenKey ¶
func (s *CloseUserStreamService) ListenKey(listenKey string) *CloseUserStreamService
ListenKey set listen key
type CreateMarginOrderService ¶
type CreateMarginOrderService struct {
// contains filtered or unexported fields
}
CreateMarginOrderService create order
func (*CreateMarginOrderService) Do ¶
func (s *CreateMarginOrderService) Do(ctx context.Context, opts ...RequestOption) (res *CreateOrderResponse, err error)
Do send request
func (*CreateMarginOrderService) IcebergQuantity ¶
func (s *CreateMarginOrderService) IcebergQuantity(icebergQuantity string) *CreateMarginOrderService
IcebergQuantity set icebergQuantity
func (*CreateMarginOrderService) NewClientOrderID ¶
func (s *CreateMarginOrderService) NewClientOrderID(newClientOrderID string) *CreateMarginOrderService
NewClientOrderID set newClientOrderID
func (*CreateMarginOrderService) NewOrderRespType ¶
func (s *CreateMarginOrderService) NewOrderRespType(newOrderRespType NewOrderRespType) *CreateMarginOrderService
NewOrderRespType set icebergQuantity
func (*CreateMarginOrderService) Price ¶
func (s *CreateMarginOrderService) Price(price string) *CreateMarginOrderService
Price set price
func (*CreateMarginOrderService) Quantity ¶
func (s *CreateMarginOrderService) Quantity(quantity string) *CreateMarginOrderService
Quantity set quantity
func (*CreateMarginOrderService) Side ¶
func (s *CreateMarginOrderService) Side(side SideType) *CreateMarginOrderService
Side set side
func (*CreateMarginOrderService) SideEffectType ¶
func (s *CreateMarginOrderService) SideEffectType(sideEffectType SideEffectType) *CreateMarginOrderService
SideEffectType set sideEffectType
func (*CreateMarginOrderService) StopPrice ¶
func (s *CreateMarginOrderService) StopPrice(stopPrice string) *CreateMarginOrderService
StopPrice set stopPrice
func (*CreateMarginOrderService) Symbol ¶
func (s *CreateMarginOrderService) Symbol(symbol string) *CreateMarginOrderService
Symbol set symbol
func (*CreateMarginOrderService) TimeInForce ¶
func (s *CreateMarginOrderService) TimeInForce(timeInForce TimeInForceType) *CreateMarginOrderService
TimeInForce set timeInForce
func (*CreateMarginOrderService) Type ¶
func (s *CreateMarginOrderService) Type(orderType OrderType) *CreateMarginOrderService
Type set type
type CreateOCOResponse ¶
type CreateOCOResponse struct { OrderListID int64 `json:"orderListId"` ContingencyType string `json:"contingencyType"` ListStatusType string `json:"listStatusType"` ListOrderStatus string `json:"listOrderStatus"` ListClientOrderID string `json:"listClientOrderId"` TransactionTime int64 `json:"transactionTime"` Symbol string `json:"symbol"` Orders []*OCOOrder `json:"orders"` OrderReports []*OCOOrderReport `json:"orderReports"` }
CreateOCOResponse define create order response
type CreateOCOService ¶
type CreateOCOService struct {
// contains filtered or unexported fields
}
CreateOCOService create order
func (*CreateOCOService) Do ¶
func (s *CreateOCOService) Do(ctx context.Context, opts ...RequestOption) (res *CreateOCOResponse, err error)
Do send request
func (*CreateOCOService) LimitClientOrderID ¶
func (s *CreateOCOService) LimitClientOrderID(limitClientOrderID string) *CreateOCOService
LimitClientOrderID set limitClientOrderID
func (*CreateOCOService) NewOrderRespType ¶
func (s *CreateOCOService) NewOrderRespType(newOrderRespType NewOrderRespType) *CreateOCOService
NewOrderRespType set icebergQuantity
func (*CreateOCOService) Price ¶
func (s *CreateOCOService) Price(price string) *CreateOCOService
Price set price
func (*CreateOCOService) Quantity ¶
func (s *CreateOCOService) Quantity(quantity string) *CreateOCOService
Quantity set quantity
func (*CreateOCOService) Side ¶
func (s *CreateOCOService) Side(side SideType) *CreateOCOService
Side set side
func (*CreateOCOService) StopClientOrderID ¶
func (s *CreateOCOService) StopClientOrderID(stopClientOrderID string) *CreateOCOService
StopClientOrderID set stopClientOrderID
func (*CreateOCOService) StopIcebergQty ¶
func (s *CreateOCOService) StopIcebergQty(stopIcebergQty string) *CreateOCOService
StopIcebergQty set stop limit price
func (*CreateOCOService) StopLimitPrice ¶
func (s *CreateOCOService) StopLimitPrice(stopLimitPrice string) *CreateOCOService
StopLimitPrice set stop limit price
func (*CreateOCOService) StopLimitTimeInForce ¶
func (s *CreateOCOService) StopLimitTimeInForce(stopLimitTimeInForce TimeInForceType) *CreateOCOService
StopLimitTimeInForce set stopLimitTimeInForce
func (*CreateOCOService) StopPrice ¶
func (s *CreateOCOService) StopPrice(stopPrice string) *CreateOCOService
StopPrice set stop price
func (*CreateOCOService) Symbol ¶
func (s *CreateOCOService) Symbol(symbol string) *CreateOCOService
Symbol set symbol
type CreateOrderResponse ¶
type CreateOrderResponse struct { Symbol string `json:"symbol"` OrderID int64 `json:"orderId"` ClientOrderID string `json:"clientOrderId"` TransactTime int64 `json:"transactTime"` Price string `json:"price"` OrigQuantity string `json:"origQty"` ExecutedQuantity string `json:"executedQty"` CummulativeQuoteQuantity string `json:"cummulativeQuoteQty"` Status OrderStatusType `json:"status"` TimeInForce TimeInForceType `json:"timeInForce"` Type OrderType `json:"type"` Side SideType `json:"side"` Fills []*Fill `json:"fills"` }
CreateOrderResponse define create order response
type CreateOrderService ¶
type CreateOrderService struct {
// contains filtered or unexported fields
}
CreateOrderService create order
func (*CreateOrderService) Do ¶
func (s *CreateOrderService) Do(ctx context.Context, opts ...RequestOption) (res *CreateOrderResponse, err error)
Do send request
func (*CreateOrderService) IcebergQuantity ¶
func (s *CreateOrderService) IcebergQuantity(icebergQuantity string) *CreateOrderService
IcebergQuantity set icebergQuantity
func (*CreateOrderService) NewClientOrderID ¶
func (s *CreateOrderService) NewClientOrderID(newClientOrderID string) *CreateOrderService
NewClientOrderID set newClientOrderID
func (*CreateOrderService) NewOrderRespType ¶
func (s *CreateOrderService) NewOrderRespType(newOrderRespType NewOrderRespType) *CreateOrderService
NewOrderRespType set icebergQuantity
func (*CreateOrderService) Price ¶
func (s *CreateOrderService) Price(price string) *CreateOrderService
Price set price
func (*CreateOrderService) Quantity ¶
func (s *CreateOrderService) Quantity(quantity string) *CreateOrderService
Quantity set quantity
func (*CreateOrderService) QuoteOrderQty ¶
func (s *CreateOrderService) QuoteOrderQty(quoteOrderQty string) *CreateOrderService
QuoteOrderQty set quoteOrderQty
func (*CreateOrderService) Side ¶
func (s *CreateOrderService) Side(side SideType) *CreateOrderService
Side set side
func (*CreateOrderService) StopPrice ¶
func (s *CreateOrderService) StopPrice(stopPrice string) *CreateOrderService
StopPrice set stopPrice
func (*CreateOrderService) Symbol ¶
func (s *CreateOrderService) Symbol(symbol string) *CreateOrderService
Symbol set symbol
func (*CreateOrderService) Test ¶
func (s *CreateOrderService) Test(ctx context.Context, opts ...RequestOption) (err error)
Test send test api to check if the request is valid
func (*CreateOrderService) TimeInForce ¶
func (s *CreateOrderService) TimeInForce(timeInForce TimeInForceType) *CreateOrderService
TimeInForce set timeInForce
func (*CreateOrderService) Type ¶
func (s *CreateOrderService) Type(orderType OrderType) *CreateOrderService
Type set type
type CreateWithdrawResponse ¶
type CreateWithdrawResponse struct { ID string `json:"id"` Msg string `json:"msg"` Success bool `json:"success"` }
CreateWithdrawResponse represents a response from CreateWithdrawService.
type CreateWithdrawService ¶
type CreateWithdrawService struct {
// contains filtered or unexported fields
}
CreateWithdrawService submits a withdraw request.
See https://binance-docs.github.io/apidocs/spot/en/#withdraw
func (*CreateWithdrawService) Address ¶
func (s *CreateWithdrawService) Address(v string) *CreateWithdrawService
Address sets the address parameter (MANDATORY).
func (*CreateWithdrawService) AddressTag ¶
func (s *CreateWithdrawService) AddressTag(v string) *CreateWithdrawService
AddressTag sets the addressTag parameter.
func (*CreateWithdrawService) Amount ¶
func (s *CreateWithdrawService) Amount(v string) *CreateWithdrawService
Amount sets the amount parameter (MANDATORY).
func (*CreateWithdrawService) Asset ¶
func (s *CreateWithdrawService) Asset(v string) *CreateWithdrawService
Asset sets the asset parameter (MANDATORY).
func (*CreateWithdrawService) Do ¶
func (s *CreateWithdrawService) Do(ctx context.Context) (*CreateWithdrawResponse, error)
Do sends the request.
func (*CreateWithdrawService) Name ¶
func (s *CreateWithdrawService) Name(v string) *CreateWithdrawService
Name sets the name parameter.
func (*CreateWithdrawService) Network ¶
func (s *CreateWithdrawService) Network(v string) *CreateWithdrawService
Network sets the network parameter.
func (*CreateWithdrawService) TransactionFeeFlag ¶
func (s *CreateWithdrawService) TransactionFeeFlag(v bool) *CreateWithdrawService
TransactionFeeFlag sets the transactionFeeFlag parameter.
func (*CreateWithdrawService) WithdrawOrderID ¶
func (s *CreateWithdrawService) WithdrawOrderID(v string) *CreateWithdrawService
WithdrawOrderID sets the withdrawOrderID parameter.
type Deposit ¶
type Deposit struct { InsertTime int64 `json:"insertTime"` Amount float64 `json:"amount"` Asset string `json:"asset"` Address string `json:"address"` AddressTag string `json:"addressTag"` TxID string `json:"txId"` Status int `json:"status"` }
Deposit represents a single deposit entry.
type DepositHistoryResponse ¶
type DepositHistoryResponse struct { Success bool `json:"success"` Deposits []*Deposit `json:"depositList"` }
DepositHistoryResponse represents a response from ListDepositsService.
type DepthResponse ¶
type DepthResponse struct { LastUpdateID int64 `json:"lastUpdateId"` Bids []Bid `json:"bids"` Asks []Ask `json:"asks"` }
DepthResponse define depth info with bids and asks
type DepthService ¶
type DepthService struct {
// contains filtered or unexported fields
}
DepthService show depth info
func (*DepthService) Do ¶
func (s *DepthService) Do(ctx context.Context, opts ...RequestOption) (res *DepthResponse, err error)
Do send request
func (*DepthService) Symbol ¶
func (s *DepthService) Symbol(symbol string) *DepthService
Symbol set symbol
type DividendResponse ¶
type DividendResponse struct { Amount string `json:"amount"` Asset string `json:"asset"` Info string `json:"enInfo"` Time int64 `json:"divTime"` TranID int64 `json:"tranId"` }
DividendResponse represents a response from AssetDividendService.
type DividendResponseWrapper ¶
type DividendResponseWrapper struct {
Rows *[]DividendResponse `json:"rows"`
}
DividendResponseWrapper represents a wrapper around a AssetDividendService.
type DustLog ¶
type DustLog struct { TranID int `json:"tranId"` ServiceChargeAmount string `json:"serviceChargeAmount"` UID string `json:"uid"` Amount string `json:"amount"` OperateTime string `json:"operateTime"` //The time of this exchange. TransferedAmount string `json:"transferedAmount"` FromAsset string `json:"fromAsset"` }
DustLog represents one dust log informations
type DustLogResponseWrapper ¶
type DustLogResponseWrapper struct { Success bool `json:"success"` Results *DustResult `json:"results"` }
DustLogResponseWrapper represents a response from ListDustLogService.
type DustResult ¶
type DustResult struct { Total uint8 `json:"total"` //Total counts of exchange Rows []DustRow `json:"rows"` }
DustResult represents the result of a DustLog API Call.
type DustRow ¶
type DustRow struct { TransferedTotal string `json:"transfered_total"` //Total transfered BNB amount for this exchange. ServiceChargeTotal string `json:"service_charge_total"` //Total service charge amount for this exchange. TranID int `json:"tran_id"` Logs []DustLog `json:"logs"` //Details of this exchange. OperateTime string `json:"operate_time"` }
DustRow represents one dust log row
type ExchangeInfo ¶
type ExchangeInfo struct { Timezone string `json:"timezone"` ServerTime int64 `json:"serverTime"` RateLimits []RateLimit `json:"rateLimits"` ExchangeFilters []interface{} `json:"exchangeFilters"` Symbols []Symbol `json:"symbols"` }
ExchangeInfo exchange info
type ExchangeInfoService ¶
type ExchangeInfoService struct {
// contains filtered or unexported fields
}
ExchangeInfoService exchange info service
func (*ExchangeInfoService) Do ¶
func (s *ExchangeInfoService) Do(ctx context.Context, opts ...RequestOption) (res *ExchangeInfo, err error)
Do send request
type Fill ¶
type Fill struct { Price string `json:"price"` Quantity string `json:"qty"` Commission string `json:"commission"` CommissionAsset string `json:"commissionAsset"` }
Fill may be returned in an array of fills in a CreateOrderResponse.
type FuturesTransfer ¶
type FuturesTransfer struct { Asset string `json:"asset"` TranID int64 `json:"tranId"` Amount string `json:"amount"` Type int64 `json:"type"` Timestamp int64 `json:"timestamp"` Status FuturesTransferStatusType `json:"status"` }
FuturesTransfer define futures transfer history item
type FuturesTransferHistory ¶
type FuturesTransferHistory struct { Rows []FuturesTransfer `json:"rows"` Total int64 `json:"total"` }
FuturesTransferHistory define futures transfer history
type FuturesTransferService ¶
type FuturesTransferService struct {
// contains filtered or unexported fields
}
FuturesTransferService transfer asset between spot account and futures account
func (*FuturesTransferService) Amount ¶
func (s *FuturesTransferService) Amount(amount string) *FuturesTransferService
Amount the amount to be transferred
func (*FuturesTransferService) Asset ¶
func (s *FuturesTransferService) Asset(asset string) *FuturesTransferService
Asset set asset being transferred, e.g., BTC
func (*FuturesTransferService) Do ¶
func (s *FuturesTransferService) Do(ctx context.Context, opts ...RequestOption) (res *TransactionResponse, err error)
Do send request
func (*FuturesTransferService) Type ¶
func (s *FuturesTransferService) Type(transferType FuturesTransferType) *FuturesTransferService
Type 1: transfer from spot account to futures account 2: transfer from futures account to spot account
type FuturesTransferStatusType ¶
type FuturesTransferStatusType string
FuturesTransferStatusType define futures transfer status type
type FuturesTransferType ¶
type FuturesTransferType int
FuturesTransferType define futures transfer type
type GetAccountService ¶
type GetAccountService struct {
// contains filtered or unexported fields
}
GetAccountService get account info
func (*GetAccountService) Do ¶
func (s *GetAccountService) Do(ctx context.Context, opts ...RequestOption) (res *Account, err error)
Do send request
type GetAccountSnapshotService ¶
type GetAccountSnapshotService struct {
// contains filtered or unexported fields
}
GetAccountSnapshotService all account orders; active, canceled, or filled
func (*GetAccountSnapshotService) Do ¶
func (s *GetAccountSnapshotService) Do(ctx context.Context, opts ...RequestOption) (res *Snapshot, err error)
Do send request
func (*GetAccountSnapshotService) EndTime ¶
func (s *GetAccountSnapshotService) EndTime(endTime int64) *GetAccountSnapshotService
EndTime set endtime
func (*GetAccountSnapshotService) Limit ¶
func (s *GetAccountSnapshotService) Limit(limit int) *GetAccountSnapshotService
Limit set limit
func (*GetAccountSnapshotService) StartTime ¶
func (s *GetAccountSnapshotService) StartTime(startTime int64) *GetAccountSnapshotService
StartTime set starttime
func (*GetAccountSnapshotService) Type ¶
func (s *GetAccountSnapshotService) Type(accountType string) *GetAccountSnapshotService
Type set account type ("SPOT", "MARGIN", "FUTURES")
type GetDepositAddressResponse ¶
type GetDepositAddressResponse struct { Success bool `json:"success"` Address string `json:"address"` AddressTag string `json:"addressTag"` Asset string `json:"asset"` URL string `json:"url"` }
GetDepositAddressResponse represents a response from GetDepositsAddressService.
type GetDepositsAddressService ¶
type GetDepositsAddressService struct {
// contains filtered or unexported fields
}
GetDepositsAddressService retrieves the details of a deposit address.
See https://binance-docs.github.io/apidocs/spot/en/#deposit-address-supporting-network-user_data
func (*GetDepositsAddressService) Asset ¶
func (s *GetDepositsAddressService) Asset(v string) *GetDepositsAddressService
Asset sets the asset parameter (MANDATORY).
func (*GetDepositsAddressService) Do ¶
func (s *GetDepositsAddressService) Do(ctx context.Context) (*GetDepositAddressResponse, error)
Do sends the request.
func (*GetDepositsAddressService) Status ¶
func (s *GetDepositsAddressService) Status(v bool) *GetDepositsAddressService
Status sets the status parameter.
type GetMarginAccountService ¶
type GetMarginAccountService struct {
// contains filtered or unexported fields
}
GetMarginAccountService get margin account info
func (*GetMarginAccountService) Do ¶
func (s *GetMarginAccountService) Do(ctx context.Context, opts ...RequestOption) (res *MarginAccount, err error)
Do send request
type GetMarginAllPairsService ¶
type GetMarginAllPairsService struct {
// contains filtered or unexported fields
}
GetMarginAllPairsService get margin pair info
func (*GetMarginAllPairsService) Do ¶
func (s *GetMarginAllPairsService) Do(ctx context.Context, opts ...RequestOption) (res []*MarginAllPair, err error)
Do send request
type GetMarginAssetService ¶
type GetMarginAssetService struct {
// contains filtered or unexported fields
}
GetMarginAssetService get margin asset info
func (*GetMarginAssetService) Asset ¶
func (s *GetMarginAssetService) Asset(asset string) *GetMarginAssetService
Asset set asset
func (*GetMarginAssetService) Do ¶
func (s *GetMarginAssetService) Do(ctx context.Context, opts ...RequestOption) (res *MarginAsset, err error)
Do send request
type GetMarginOrderService ¶
type GetMarginOrderService struct {
// contains filtered or unexported fields
}
GetMarginOrderService get an order
func (*GetMarginOrderService) Do ¶
func (s *GetMarginOrderService) Do(ctx context.Context, opts ...RequestOption) (res *Order, err error)
Do send request
func (*GetMarginOrderService) OrderID ¶
func (s *GetMarginOrderService) OrderID(orderID int64) *GetMarginOrderService
OrderID set orderID
func (*GetMarginOrderService) OrigClientOrderID ¶
func (s *GetMarginOrderService) OrigClientOrderID(origClientOrderID string) *GetMarginOrderService
OrigClientOrderID set origClientOrderID
func (*GetMarginOrderService) Symbol ¶
func (s *GetMarginOrderService) Symbol(symbol string) *GetMarginOrderService
Symbol set symbol
type GetMarginPairService ¶
type GetMarginPairService struct {
// contains filtered or unexported fields
}
GetMarginPairService get margin pair info
func (*GetMarginPairService) Do ¶
func (s *GetMarginPairService) Do(ctx context.Context, opts ...RequestOption) (res *MarginPair, err error)
Do send request
func (*GetMarginPairService) Symbol ¶
func (s *GetMarginPairService) Symbol(symbol string) *GetMarginPairService
Symbol set symbol
type GetMarginPriceIndexService ¶
type GetMarginPriceIndexService struct {
// contains filtered or unexported fields
}
GetMarginPriceIndexService get margin price index
func (*GetMarginPriceIndexService) Do ¶
func (s *GetMarginPriceIndexService) Do(ctx context.Context, opts ...RequestOption) (res *MarginPriceIndex, err error)
Do send request
func (*GetMarginPriceIndexService) Symbol ¶
func (s *GetMarginPriceIndexService) Symbol(symbol string) *GetMarginPriceIndexService
Symbol set symbol
type GetMaxBorrowableService ¶
type GetMaxBorrowableService struct {
// contains filtered or unexported fields
}
GetMaxBorrowableService get max borrowable of asset
func (*GetMaxBorrowableService) Asset ¶
func (s *GetMaxBorrowableService) Asset(asset string) *GetMaxBorrowableService
Asset set asset
func (*GetMaxBorrowableService) Do ¶
func (s *GetMaxBorrowableService) Do(ctx context.Context, opts ...RequestOption) (res *MaxBorrowable, err error)
Do send request
type GetMaxTransferableService ¶
type GetMaxTransferableService struct {
// contains filtered or unexported fields
}
GetMaxTransferableService get max transferable of asset
func (*GetMaxTransferableService) Asset ¶
func (s *GetMaxTransferableService) Asset(asset string) *GetMaxTransferableService
Asset set asset
func (*GetMaxTransferableService) Do ¶
func (s *GetMaxTransferableService) Do(ctx context.Context, opts ...RequestOption) (res *MaxTransferable, err error)
Do send request
type GetOrderService ¶
type GetOrderService struct {
// contains filtered or unexported fields
}
GetOrderService get an order
func (*GetOrderService) Do ¶
func (s *GetOrderService) Do(ctx context.Context, opts ...RequestOption) (res *Order, err error)
Do send request
func (*GetOrderService) OrderID ¶
func (s *GetOrderService) OrderID(orderID int64) *GetOrderService
OrderID set orderID
func (*GetOrderService) OrigClientOrderID ¶
func (s *GetOrderService) OrigClientOrderID(origClientOrderID string) *GetOrderService
OrigClientOrderID set origClientOrderID
func (*GetOrderService) Symbol ¶
func (s *GetOrderService) Symbol(symbol string) *GetOrderService
Symbol set symbol
type GetWithdrawFeeService ¶
type GetWithdrawFeeService struct {
// contains filtered or unexported fields
}
GetWithdrawFeeService get withdraw fee
func (*GetWithdrawFeeService) Asset ¶
func (s *GetWithdrawFeeService) Asset(asset string) *GetWithdrawFeeService
Asset set asset
func (*GetWithdrawFeeService) Do ¶
func (s *GetWithdrawFeeService) Do(ctx context.Context, opts ...RequestOption) (res *WithdrawFee, err error)
Do send request
type HistoricalTradesService ¶
type HistoricalTradesService struct {
// contains filtered or unexported fields
}
HistoricalTradesService trades
func (*HistoricalTradesService) Do ¶
func (s *HistoricalTradesService) Do(ctx context.Context, opts ...RequestOption) (res []*Trade, err error)
Do send request
func (*HistoricalTradesService) FromID ¶
func (s *HistoricalTradesService) FromID(fromID int64) *HistoricalTradesService
FromID set fromID
func (*HistoricalTradesService) Limit ¶
func (s *HistoricalTradesService) Limit(limit int) *HistoricalTradesService
Limit set limit
func (*HistoricalTradesService) Symbol ¶
func (s *HistoricalTradesService) Symbol(symbol string) *HistoricalTradesService
Symbol set symbol
type IcebergPartsFilter ¶
type IcebergPartsFilter struct {
Limit int `json:"limit"`
}
IcebergPartsFilter define iceberg part filter of symbol
type KeepaliveMarginUserStreamService ¶
type KeepaliveMarginUserStreamService struct {
// contains filtered or unexported fields
}
KeepaliveMarginUserStreamService update listen key
func (*KeepaliveMarginUserStreamService) Do ¶
func (s *KeepaliveMarginUserStreamService) Do(ctx context.Context, opts ...RequestOption) (err error)
Do send request
func (*KeepaliveMarginUserStreamService) ListenKey ¶
func (s *KeepaliveMarginUserStreamService) ListenKey(listenKey string) *KeepaliveMarginUserStreamService
ListenKey set listen key
type KeepaliveUserStreamService ¶
type KeepaliveUserStreamService struct {
// contains filtered or unexported fields
}
KeepaliveUserStreamService update listen key
func (*KeepaliveUserStreamService) Do ¶
func (s *KeepaliveUserStreamService) Do(ctx context.Context, opts ...RequestOption) (err error)
Do send request
func (*KeepaliveUserStreamService) ListenKey ¶
func (s *KeepaliveUserStreamService) ListenKey(listenKey string) *KeepaliveUserStreamService
ListenKey set listen key
type Kline ¶
type Kline struct { OpenTime int64 `json:"openTime"` Open string `json:"open"` High string `json:"high"` Low string `json:"low"` Close string `json:"close"` Volume string `json:"volume"` CloseTime int64 `json:"closeTime"` QuoteAssetVolume string `json:"quoteAssetVolume"` TradeNum int64 `json:"tradeNum"` TakerBuyBaseAssetVolume string `json:"takerBuyBaseAssetVolume"` TakerBuyQuoteAssetVolume string `json:"takerBuyQuoteAssetVolume"` }
Kline define kline info
type KlinesService ¶
type KlinesService struct {
// contains filtered or unexported fields
}
KlinesService list klines
func (*KlinesService) Do ¶
func (s *KlinesService) Do(ctx context.Context, opts ...RequestOption) (res []*Kline, err error)
Do send request
func (*KlinesService) EndTime ¶
func (s *KlinesService) EndTime(endTime int64) *KlinesService
EndTime set endTime
func (*KlinesService) Interval ¶
func (s *KlinesService) Interval(interval string) *KlinesService
Interval set interval
func (*KlinesService) Limit ¶
func (s *KlinesService) Limit(limit int) *KlinesService
Limit set limit
func (*KlinesService) StartTime ¶
func (s *KlinesService) StartTime(startTime int64) *KlinesService
StartTime set startTime
func (*KlinesService) Symbol ¶
func (s *KlinesService) Symbol(symbol string) *KlinesService
Symbol set symbol
type ListBookTickersService ¶
type ListBookTickersService struct {
// contains filtered or unexported fields
}
ListBookTickersService list best price/qty on the order book for a symbol or symbols
func (*ListBookTickersService) Do ¶
func (s *ListBookTickersService) Do(ctx context.Context, opts ...RequestOption) (res []*BookTicker, err error)
Do send request
func (*ListBookTickersService) Symbol ¶
func (s *ListBookTickersService) Symbol(symbol string) *ListBookTickersService
Symbol set symbol
type ListDepositsService ¶
type ListDepositsService struct {
// contains filtered or unexported fields
}
ListDepositsService fetches deposit history.
See https://binance-docs.github.io/apidocs/spot/en/#deposit-history-user_data
func (*ListDepositsService) Asset ¶
func (s *ListDepositsService) Asset(asset string) *ListDepositsService
Asset sets the asset parameter.
func (*ListDepositsService) Do ¶
func (s *ListDepositsService) Do(ctx context.Context) (deposits []*Deposit, err error)
Do sends the request.
func (*ListDepositsService) EndTime ¶
func (s *ListDepositsService) EndTime(endTime int64) *ListDepositsService
EndTime sets the endTime parameter. If present, StartTime MUST be specified. The difference between EndTime - StartTime MUST be between 0-90 days.
func (*ListDepositsService) StartTime ¶
func (s *ListDepositsService) StartTime(startTime int64) *ListDepositsService
StartTime sets the startTime parameter. If present, EndTime MUST be specified. The difference between EndTime - StartTime MUST be between 0-90 days.
func (*ListDepositsService) Status ¶
func (s *ListDepositsService) Status(status int) *ListDepositsService
Status sets the status parameter.
type ListDustLogService ¶
type ListDustLogService struct {
// contains filtered or unexported fields
}
ListDustLogService fetch small amounts of assets exchanged versus BNB See https://binance-docs.github.io/apidocs/spot/en/#dustlog-user_data
func (*ListDustLogService) Do ¶
func (s *ListDustLogService) Do(ctx context.Context) (withdraws *DustLogResponseWrapper, err error)
Do sends the request.
type ListFuturesTransferService ¶
type ListFuturesTransferService struct {
// contains filtered or unexported fields
}
ListFuturesTransferService list futures transfer
func (*ListFuturesTransferService) Asset ¶
func (s *ListFuturesTransferService) Asset(asset string) *ListFuturesTransferService
Asset set asset
func (*ListFuturesTransferService) Current ¶
func (s *ListFuturesTransferService) Current(current int64) *ListFuturesTransferService
Current currently querying page. Start from 1. Default:1
func (*ListFuturesTransferService) Do ¶
func (s *ListFuturesTransferService) Do(ctx context.Context, opts ...RequestOption) (res *FuturesTransferHistory, err error)
Do send request
func (*ListFuturesTransferService) EndTime ¶
func (s *ListFuturesTransferService) EndTime(endTime int64) *ListFuturesTransferService
EndTime set end time
func (*ListFuturesTransferService) Size ¶
func (s *ListFuturesTransferService) Size(size int64) *ListFuturesTransferService
Size default:10 max:100
func (*ListFuturesTransferService) StartTime ¶
func (s *ListFuturesTransferService) StartTime(startTime int64) *ListFuturesTransferService
StartTime set start time
type ListMarginLoansService ¶
type ListMarginLoansService struct {
// contains filtered or unexported fields
}
ListMarginLoansService list loan record
func (*ListMarginLoansService) Asset ¶
func (s *ListMarginLoansService) Asset(asset string) *ListMarginLoansService
Asset set asset
func (*ListMarginLoansService) Current ¶
func (s *ListMarginLoansService) Current(current int64) *ListMarginLoansService
Current currently querying page. Start from 1. Default:1
func (*ListMarginLoansService) Do ¶
func (s *ListMarginLoansService) Do(ctx context.Context, opts ...RequestOption) (res *MarginLoanResponse, err error)
Do send request
func (*ListMarginLoansService) EndTime ¶
func (s *ListMarginLoansService) EndTime(endTime int64) *ListMarginLoansService
EndTime set end time
func (*ListMarginLoansService) Size ¶
func (s *ListMarginLoansService) Size(size int64) *ListMarginLoansService
Size default:10 max:100
func (*ListMarginLoansService) StartTime ¶
func (s *ListMarginLoansService) StartTime(startTime int64) *ListMarginLoansService
StartTime set start time
func (*ListMarginLoansService) TxID ¶
func (s *ListMarginLoansService) TxID(txID int64) *ListMarginLoansService
TxID set transaction id
type ListMarginOpenOrdersService ¶
type ListMarginOpenOrdersService struct {
// contains filtered or unexported fields
}
ListMarginOpenOrdersService list margin open orders
func (*ListMarginOpenOrdersService) Do ¶
func (s *ListMarginOpenOrdersService) Do(ctx context.Context, opts ...RequestOption) (res []*Order, err error)
Do send request
func (*ListMarginOpenOrdersService) Symbol ¶
func (s *ListMarginOpenOrdersService) Symbol(symbol string) *ListMarginOpenOrdersService
Symbol set symbol
type ListMarginOrdersService ¶
type ListMarginOrdersService struct {
// contains filtered or unexported fields
}
ListMarginOrdersService all account orders; active, canceled, or filled
func (*ListMarginOrdersService) Do ¶
func (s *ListMarginOrdersService) Do(ctx context.Context, opts ...RequestOption) (res []*MarginAllOrder, err error)
Do send request
func (*ListMarginOrdersService) EndTime ¶
func (s *ListMarginOrdersService) EndTime(endTime int64) *ListMarginOrdersService
EndTime set endtime
func (*ListMarginOrdersService) Limit ¶
func (s *ListMarginOrdersService) Limit(limit int) *ListMarginOrdersService
Limit set limit
func (*ListMarginOrdersService) OrderID ¶
func (s *ListMarginOrdersService) OrderID(orderID int64) *ListMarginOrdersService
OrderID set orderID
func (*ListMarginOrdersService) StartTime ¶
func (s *ListMarginOrdersService) StartTime(startTime int64) *ListMarginOrdersService
StartTime set starttime
func (*ListMarginOrdersService) Symbol ¶
func (s *ListMarginOrdersService) Symbol(symbol string) *ListMarginOrdersService
Symbol set symbol
type ListMarginRepaysService ¶
type ListMarginRepaysService struct {
// contains filtered or unexported fields
}
ListMarginRepaysService list repay record
func (*ListMarginRepaysService) Asset ¶
func (s *ListMarginRepaysService) Asset(asset string) *ListMarginRepaysService
Asset set asset
func (*ListMarginRepaysService) Current ¶
func (s *ListMarginRepaysService) Current(current int64) *ListMarginRepaysService
Current currently querying page. Start from 1. Default:1
func (*ListMarginRepaysService) Do ¶
func (s *ListMarginRepaysService) Do(ctx context.Context, opts ...RequestOption) (res *MarginRepayResponse, err error)
Do send request
func (*ListMarginRepaysService) EndTime ¶
func (s *ListMarginRepaysService) EndTime(endTime int64) *ListMarginRepaysService
EndTime set end time
func (*ListMarginRepaysService) Size ¶
func (s *ListMarginRepaysService) Size(size int64) *ListMarginRepaysService
Size default:10 max:100
func (*ListMarginRepaysService) StartTime ¶
func (s *ListMarginRepaysService) StartTime(startTime int64) *ListMarginRepaysService
StartTime set start time
func (*ListMarginRepaysService) TxID ¶
func (s *ListMarginRepaysService) TxID(txID int64) *ListMarginRepaysService
TxID set transaction id
type ListMarginTradesService ¶
type ListMarginTradesService struct {
// contains filtered or unexported fields
}
ListMarginTradesService list trades
func (*ListMarginTradesService) Do ¶
func (s *ListMarginTradesService) Do(ctx context.Context, opts ...RequestOption) (res []*TradeV3, err error)
Do send request
func (*ListMarginTradesService) EndTime ¶
func (s *ListMarginTradesService) EndTime(endTime int64) *ListMarginTradesService
EndTime set endtime
func (*ListMarginTradesService) FromID ¶
func (s *ListMarginTradesService) FromID(fromID int64) *ListMarginTradesService
FromID set fromID
func (*ListMarginTradesService) Limit ¶
func (s *ListMarginTradesService) Limit(limit int) *ListMarginTradesService
Limit set limit
func (*ListMarginTradesService) StartTime ¶
func (s *ListMarginTradesService) StartTime(startTime int64) *ListMarginTradesService
StartTime set starttime
func (*ListMarginTradesService) Symbol ¶
func (s *ListMarginTradesService) Symbol(symbol string) *ListMarginTradesService
Symbol set symbol
type ListOpenOrdersService ¶
type ListOpenOrdersService struct {
// contains filtered or unexported fields
}
ListOpenOrdersService list opened orders
func (*ListOpenOrdersService) Do ¶
func (s *ListOpenOrdersService) Do(ctx context.Context, opts ...RequestOption) (res []*Order, err error)
Do send request
func (*ListOpenOrdersService) Symbol ¶
func (s *ListOpenOrdersService) Symbol(symbol string) *ListOpenOrdersService
Symbol set symbol
type ListOrdersService ¶
type ListOrdersService struct {
// contains filtered or unexported fields
}
ListOrdersService all account orders; active, canceled, or filled
func (*ListOrdersService) Do ¶
func (s *ListOrdersService) Do(ctx context.Context, opts ...RequestOption) (res []*Order, err error)
Do send request
func (*ListOrdersService) EndTime ¶
func (s *ListOrdersService) EndTime(endTime int64) *ListOrdersService
EndTime set endtime
func (*ListOrdersService) Limit ¶
func (s *ListOrdersService) Limit(limit int) *ListOrdersService
Limit set limit
func (*ListOrdersService) OrderID ¶
func (s *ListOrdersService) OrderID(orderID int64) *ListOrdersService
OrderID set orderID
func (*ListOrdersService) StartTime ¶
func (s *ListOrdersService) StartTime(startTime int64) *ListOrdersService
StartTime set starttime
func (*ListOrdersService) Symbol ¶
func (s *ListOrdersService) Symbol(symbol string) *ListOrdersService
Symbol set symbol
type ListPriceChangeStatsService ¶
type ListPriceChangeStatsService struct {
// contains filtered or unexported fields
}
ListPriceChangeStatsService show stats of price change in last 24 hours for all symbols
func (*ListPriceChangeStatsService) Do ¶
func (s *ListPriceChangeStatsService) Do(ctx context.Context, opts ...RequestOption) (res []*PriceChangeStats, err error)
Do send request
func (*ListPriceChangeStatsService) Symbol ¶
func (s *ListPriceChangeStatsService) Symbol(symbol string) *ListPriceChangeStatsService
Symbol set symbol
type ListPricesService ¶
type ListPricesService struct {
// contains filtered or unexported fields
}
ListPricesService list latest price for a symbol or symbols
func (*ListPricesService) Do ¶
func (s *ListPricesService) Do(ctx context.Context, opts ...RequestOption) (res []*SymbolPrice, err error)
Do send request
func (*ListPricesService) Symbol ¶
func (s *ListPricesService) Symbol(symbol string) *ListPricesService
Symbol set symbol
type ListTradesService ¶
type ListTradesService struct {
// contains filtered or unexported fields
}
ListTradesService list trades
func (*ListTradesService) Do ¶
func (s *ListTradesService) Do(ctx context.Context, opts ...RequestOption) (res []*TradeV3, err error)
Do send request
func (*ListTradesService) EndTime ¶
func (s *ListTradesService) EndTime(endTime int64) *ListTradesService
EndTime set endtime
func (*ListTradesService) FromID ¶
func (s *ListTradesService) FromID(fromID int64) *ListTradesService
FromID set fromID
func (*ListTradesService) Limit ¶
func (s *ListTradesService) Limit(limit int) *ListTradesService
Limit set limit
func (*ListTradesService) StartTime ¶
func (s *ListTradesService) StartTime(startTime int64) *ListTradesService
StartTime set starttime
func (*ListTradesService) Symbol ¶
func (s *ListTradesService) Symbol(symbol string) *ListTradesService
Symbol set symbol
type ListWithdrawsService ¶
type ListWithdrawsService struct {
// contains filtered or unexported fields
}
ListWithdrawsService fetches withdraw history.
See https://binance-docs.github.io/apidocs/spot/en/#withdraw-history-supporting-network-user_data
func (*ListWithdrawsService) Asset ¶
func (s *ListWithdrawsService) Asset(asset string) *ListWithdrawsService
Asset sets the asset parameter.
func (*ListWithdrawsService) Do ¶
func (s *ListWithdrawsService) Do(ctx context.Context) (withdraws []*Withdraw, err error)
Do sends the request.
func (*ListWithdrawsService) EndTime ¶
func (s *ListWithdrawsService) EndTime(endTime int64) *ListWithdrawsService
EndTime sets the endTime parameter. If present, StartTime MUST be specified. The difference between EndTime - StartTime MUST be between 0-90 days.
func (*ListWithdrawsService) StartTime ¶
func (s *ListWithdrawsService) StartTime(startTime int64) *ListWithdrawsService
StartTime sets the startTime parameter. If present, EndTime MUST be specified. The difference between EndTime - StartTime MUST be between 0-90 days.
func (*ListWithdrawsService) Status ¶
func (s *ListWithdrawsService) Status(status int) *ListWithdrawsService
Status sets the status parameter.
type LotSizeFilter ¶
type LotSizeFilter struct { MaxQuantity string `json:"maxQty"` MinQuantity string `json:"minQty"` StepSize string `json:"stepSize"` }
LotSizeFilter define lot size filter of symbol
type MarginAccount ¶
type MarginAccount struct { BorrowEnabled bool `json:"borrowEnabled"` MarginLevel string `json:"marginLevel"` TotalAssetOfBTC string `json:"totalAssetOfBtc"` TotalLiabilityOfBTC string `json:"totalLiabilityOfBtc"` TotalNetAssetOfBTC string `json:"totalNetAssetOfBtc"` TradeEnabled bool `json:"tradeEnabled"` TransferEnabled bool `json:"transferEnabled"` UserAssets []UserAsset `json:"userAssets"` }
MarginAccount define margin account info
type MarginAllOrder ¶
type MarginAllOrder struct { ID int64 `json:"id"` Price string `json:"price"` Quantity string `json:"qty"` QuoteQuantity string `json:"quoteQty"` Symbol string `json:"symbol"` Time int64 `json:"time"` }
MarginAllOrder define item of margin all orders
type MarginAllPair ¶
type MarginAllPair struct { ID int64 `json:"id"` Symbol string `json:"symbol"` Base string `json:"base"` Quote string `json:"quote"` IsMarginTrade bool `json:"isMarginTrade"` IsBuyAllowed bool `json:"isBuyAllowed"` IsSellAllowed bool `json:"isSellAllowed"` }
MarginAllPair define margin pair info
type MarginAsset ¶
type MarginAsset struct { FullName string `json:"assetFullName"` Name string `json:"assetName"` Borrowable bool `json:"isBorrowable"` Mortgageable bool `json:"isMortgageable"` UserMinBorrow string `json:"userMinBorrow"` UserMinRepay string `json:"userMinRepay"` }
MarginAsset define margin asset info
type MarginLoan ¶
type MarginLoan struct { Asset string `json:"asset"` Principal string `json:"principal"` Timestamp int64 `json:"timestamp"` Status MarginLoanStatusType `json:"status"` }
MarginLoan define margin loan
type MarginLoanResponse ¶
type MarginLoanResponse struct { Rows []MarginLoan `json:"rows"` Total int64 `json:"total"` }
MarginLoanResponse define margin loan response
type MarginLoanService ¶
type MarginLoanService struct {
// contains filtered or unexported fields
}
MarginLoanService apply for a loan
func (*MarginLoanService) Amount ¶
func (s *MarginLoanService) Amount(amount string) *MarginLoanService
Amount the amount to be transferred
func (*MarginLoanService) Asset ¶
func (s *MarginLoanService) Asset(asset string) *MarginLoanService
Asset set asset being transferred, e.g., BTC
func (*MarginLoanService) Do ¶
func (s *MarginLoanService) Do(ctx context.Context, opts ...RequestOption) (res *TransactionResponse, err error)
Do send request
type MarginLoanStatusType ¶
type MarginLoanStatusType string
MarginLoanStatusType define margin loan status type
type MarginPair ¶
type MarginPair struct { ID int64 `json:"id"` Symbol string `json:"symbol"` Base string `json:"base"` Quote string `json:"quote"` IsMarginTrade bool `json:"isMarginTrade"` IsBuyAllowed bool `json:"isBuyAllowed"` IsSellAllowed bool `json:"isSellAllowed"` }
MarginPair define margin pair info
type MarginPriceIndex ¶
type MarginPriceIndex struct { CalcTime int64 `json:"calcTime"` Price string `json:"price"` Symbol string `json:"symbol"` }
MarginPriceIndex define margin price index
type MarginRepay ¶
type MarginRepay struct { Asset string `json:"asset"` Amount string `json:"amount"` Interest string `json:"interest"` Principal string `json:"principal"` Timestamp int64 `json:"timestamp"` Status MarginRepayStatusType `json:"status"` TxID int64 `json:"txId"` }
MarginRepay define margin repay
type MarginRepayResponse ¶
type MarginRepayResponse struct { Rows []MarginRepay `json:"rows"` Total int64 `json:"total"` }
MarginRepayResponse define margin repay response
type MarginRepayService ¶
type MarginRepayService struct {
// contains filtered or unexported fields
}
MarginRepayService repay loan for margin account
func (*MarginRepayService) Amount ¶
func (s *MarginRepayService) Amount(amount string) *MarginRepayService
Amount the amount to be transferred
func (*MarginRepayService) Asset ¶
func (s *MarginRepayService) Asset(asset string) *MarginRepayService
Asset set asset being transferred, e.g., BTC
func (*MarginRepayService) Do ¶
func (s *MarginRepayService) Do(ctx context.Context, opts ...RequestOption) (res *TransactionResponse, err error)
Do send request
type MarginRepayStatusType ¶
type MarginRepayStatusType string
MarginRepayStatusType define margin repay status type
type MarginTransferService ¶
type MarginTransferService struct {
// contains filtered or unexported fields
}
MarginTransferService transfer between spot account and margin account
func (*MarginTransferService) Amount ¶
func (s *MarginTransferService) Amount(amount string) *MarginTransferService
Amount the amount to be transferred
func (*MarginTransferService) Asset ¶
func (s *MarginTransferService) Asset(asset string) *MarginTransferService
Asset set asset being transferred, e.g., BTC
func (*MarginTransferService) Do ¶
func (s *MarginTransferService) Do(ctx context.Context, opts ...RequestOption) (res *TransactionResponse, err error)
Do send request
func (*MarginTransferService) Type ¶
func (s *MarginTransferService) Type(transferType MarginTransferType) *MarginTransferService
Type 1: transfer from main account to margin account 2: transfer from margin account to main account
type MarginTransferType ¶
type MarginTransferType int
MarginTransferType define margin transfer type
type MarketLotSizeFilter ¶
type MarketLotSizeFilter struct { MaxQuantity string `json:"maxQty"` MinQuantity string `json:"minQty"` StepSize string `json:"stepSize"` }
MarketLotSizeFilter define market lot size filter of symbol
type MaxBorrowable ¶
type MaxBorrowable struct {
Amount string `json:"amount"`
}
MaxBorrowable define max borrowable response
type MaxNumAlgoOrdersFilter ¶
type MaxNumAlgoOrdersFilter struct {
MaxNumAlgoOrders int `json:"maxNumAlgoOrders"`
}
MaxNumAlgoOrdersFilter define max num algo orders filter of symbol
type MaxTransferable ¶
type MaxTransferable struct {
Amount string `json:"amount"`
}
MaxTransferable define max transferable response
type MinNotionalFilter ¶
type MinNotionalFilter struct { MinNotional string `json:"minNotional"` AveragePriceMins int `json:"avgPriceMins"` ApplyToMarket bool `json:"applyToMarket"` }
MinNotionalFilter define min notional filter of symbol
type NewOrderRespType ¶
type NewOrderRespType string
NewOrderRespType define response JSON verbosity
type OCOOrder ¶
type OCOOrder struct { Symbol string `json:"symbol"` OrderID int64 `json:"orderId"` ClientOrderID string `json:"clientOrderId"` }
OCOOrder may be returned in an array of OCOOrder in a CreateOCOResponse.
type OCOOrderReport ¶
type OCOOrderReport struct { Symbol string `json:"symbol"` OrderID int64 `json:"orderId"` OrderListID int64 `json:"orderListId"` ClientOrderID string `json:"clientOrderId"` TransactionTime int64 `json:"transactionTime"` Price string `json:"price"` OrigQuantity string `json:"origQty"` ExecutedQuantity string `json:"executedQty"` CummulativeQuoteQuantity string `json:"cummulativeQuoteQty"` Status OrderStatusType `json:"status"` TimeInForce TimeInForceType `json:"timeInForce"` Type OrderType `json:"type"` Side SideType `json:"side"` StopPrice string `json:"stopPrice"` }
OCOOrderReport may be returned in an array of OCOOrderReport in a CreateOCOResponse.
type Order ¶
type Order struct { Symbol string `json:"symbol"` OrderID int64 `json:"orderId"` ClientOrderID string `json:"clientOrderId"` Price string `json:"price"` OrigQuantity string `json:"origQty"` ExecutedQuantity string `json:"executedQty"` CummulativeQuoteQuantity string `json:"cummulativeQuoteQty"` Status OrderStatusType `json:"status"` TimeInForce TimeInForceType `json:"timeInForce"` Type OrderType `json:"type"` Side SideType `json:"side"` StopPrice string `json:"stopPrice"` IcebergQuantity string `json:"icebergQty"` Time int64 `json:"time"` UpdateTime int64 `json:"updateTime"` IsWorking bool `json:"isWorking"` }
Order define order info
type PercentPriceFilter ¶
type PercentPriceFilter struct { AveragePriceMins int `json:"avgPriceMins"` MultiplierUp string `json:"multiplierUp"` MultiplierDown string `json:"multiplierDown"` }
PercentPriceFilter define percent price filter of symbol
type PingService ¶
type PingService struct {
// contains filtered or unexported fields
}
PingService ping server
func (*PingService) Do ¶
func (s *PingService) Do(ctx context.Context, opts ...RequestOption) (err error)
Do send request
type PriceChangeStats ¶
type PriceChangeStats struct { Symbol string `json:"symbol"` PriceChange string `json:"priceChange"` PriceChangePercent string `json:"priceChangePercent"` WeightedAvgPrice string `json:"weightedAvgPrice"` PrevClosePrice string `json:"prevClosePrice"` LastPrice string `json:"lastPrice"` LastQty string `json:"lastQty"` BidPrice string `json:"bidPrice"` AskPrice string `json:"askPrice"` OpenPrice string `json:"openPrice"` HighPrice string `json:"highPrice"` LowPrice string `json:"lowPrice"` Volume string `json:"volume"` QuoteVolume string `json:"quoteVolume"` OpenTime int64 `json:"openTime"` CloseTime int64 `json:"closeTime"` FristID int64 `json:"firstId"` LastID int64 `json:"lastId"` Count int64 `json:"count"` }
PriceChangeStats define price change stats
type PriceFilter ¶
type PriceFilter struct { MaxPrice string `json:"maxPrice"` MinPrice string `json:"minPrice"` TickSize string `json:"tickSize"` }
PriceFilter define price filter of symbol
type RateLimit ¶
type RateLimit struct { RateLimitType string `json:"rateLimitType"` Interval string `json:"interval"` Limit int64 `json:"limit"` }
RateLimit struct
type RecentTradesService ¶
type RecentTradesService struct {
// contains filtered or unexported fields
}
RecentTradesService list recent trades
func (*RecentTradesService) Do ¶
func (s *RecentTradesService) Do(ctx context.Context, opts ...RequestOption) (res []*Trade, err error)
Do send request
func (*RecentTradesService) Limit ¶
func (s *RecentTradesService) Limit(limit int) *RecentTradesService
Limit set limit
func (*RecentTradesService) Symbol ¶
func (s *RecentTradesService) Symbol(symbol string) *RecentTradesService
Symbol set symbol
type RequestOption ¶
type RequestOption func(*request)
RequestOption define option type for request
func WithRecvWindow ¶
func WithRecvWindow(recvWindow int64) RequestOption
WithRecvWindow set recvWindow param for the request
type ServerTimeService ¶
type ServerTimeService struct {
// contains filtered or unexported fields
}
ServerTimeService get server time
func (*ServerTimeService) Do ¶
func (s *ServerTimeService) Do(ctx context.Context, opts ...RequestOption) (serverTime int64, err error)
Do send request
type SetServerTimeService ¶
type SetServerTimeService struct {
// contains filtered or unexported fields
}
SetServerTimeService set server time
func (*SetServerTimeService) Do ¶
func (s *SetServerTimeService) Do(ctx context.Context, opts ...RequestOption) (timeOffset int64, err error)
Do send request
type Snapshot ¶
type Snapshot struct { Code int `json:"code"` Msg string `json:"msg"` Snapshot []*SnapshotVos `json:"snapshotVos"` }
Snapshot define snapshot
type SnapshotAssets ¶
type SnapshotAssets struct { Asset string `json:"asset"` MarginBalance string `json:"marginBalance"` WalletBalance string `json:"walletBalance"` }
SnapshotAssets define snapshot assets
type SnapshotBalances ¶
type SnapshotBalances struct { Asset string `json:"asset"` Free string `json:"free"` Locked string `json:"locked"` }
SnapshotBalances define snapshot balances
type SnapshotData ¶
type SnapshotData struct { MarginLevel string `json:"marginLevel"` TotalAssetOfBtc string `json:"totalAssetOfBtc"` TotalLiabilityOfBtc string `json:"totalLiabilityOfBtc"` TotalNetAssetOfBtc string `json:"totalNetAssetOfBtc"` Balances []*SnapshotBalances `json:"balances"` UserAssets []*SnapshotUserAssets `json:"userAssets"` Assets []*SnapshotAssets `json:"assets"` Positions []*SnapshotPositions `json:"position"` }
SnapshotData define content of a snapshot
type SnapshotPositions ¶
type SnapshotPositions struct { EntryPrice string `json:"entryPrice"` MarkPrice string `json:"markPrice"` PositionAmt string `json:"positionAmt"` Symbol string `json:"symbol"` UnRealizedProfit string `json:"unRealizedProfit"` }
SnapshotPositions define snapshot positions
type SnapshotUserAssets ¶
type SnapshotUserAssets struct { Asset string `json:"asset"` Borrowed string `json:"borrowed"` Free string `json:"free"` Interest string `json:"interest"` Locked string `json:"locked"` NetAsset string `json:"netAsset"` }
SnapshotUserAssets define snapshot user assets
type SnapshotVos ¶
type SnapshotVos struct { Data *SnapshotData `json:"data"` Type string `json:"type"` UpdateTime int64 `json:"updateTime"` }
SnapshotVos define content of a snapshot
type StartMarginUserStreamService ¶
type StartMarginUserStreamService struct {
// contains filtered or unexported fields
}
StartMarginUserStreamService create listen key for margin user stream service
func (*StartMarginUserStreamService) Do ¶
func (s *StartMarginUserStreamService) Do(ctx context.Context, opts ...RequestOption) (listenKey string, err error)
Do send request
type StartUserStreamService ¶
type StartUserStreamService struct {
// contains filtered or unexported fields
}
StartUserStreamService create listen key for user stream service
func (*StartUserStreamService) Do ¶
func (s *StartUserStreamService) Do(ctx context.Context, opts ...RequestOption) (listenKey string, err error)
Do send request
type Symbol ¶
type Symbol struct { Symbol string `json:"symbol"` Status string `json:"status"` BaseAsset string `json:"baseAsset"` BaseAssetPrecision int `json:"baseAssetPrecision"` QuoteAsset string `json:"quoteAsset"` QuotePrecision int `json:"quotePrecision"` OrderTypes []string `json:"orderTypes"` IcebergAllowed bool `json:"icebergAllowed"` OcoAllowed bool `json:"ocoAllowed"` IsSpotTradingAllowed bool `json:"isSpotTradingAllowed"` IsMarginTradingAllowed bool `json:"isMarginTradingAllowed"` Filters []map[string]interface{} `json:"filters"` }
Symbol market symbol
func (*Symbol) IcebergPartsFilter ¶
func (s *Symbol) IcebergPartsFilter() *IcebergPartsFilter
IcebergPartsFilter return iceberg part filter of symbol
func (*Symbol) LotSizeFilter ¶
func (s *Symbol) LotSizeFilter() *LotSizeFilter
LotSizeFilter return lot size filter of symbol
func (*Symbol) MarketLotSizeFilter ¶
func (s *Symbol) MarketLotSizeFilter() *MarketLotSizeFilter
MarketLotSizeFilter return market lot size filter of symbol
func (*Symbol) MaxNumAlgoOrdersFilter ¶
func (s *Symbol) MaxNumAlgoOrdersFilter() *MaxNumAlgoOrdersFilter
MaxNumAlgoOrdersFilter return max num algo orders filter of symbol
func (*Symbol) MinNotionalFilter ¶
func (s *Symbol) MinNotionalFilter() *MinNotionalFilter
MinNotionalFilter return min notional filter of symbol
func (*Symbol) PercentPriceFilter ¶
func (s *Symbol) PercentPriceFilter() *PercentPriceFilter
PercentPriceFilter return percent price filter of symbol
func (*Symbol) PriceFilter ¶
func (s *Symbol) PriceFilter() *PriceFilter
PriceFilter return price filter of symbol
type SymbolPrice ¶
SymbolPrice define symbol and price pair
type TimeInForceType ¶
type TimeInForceType string
TimeInForceType define time in force type of order
type Trade ¶
type Trade struct { ID int64 `json:"id"` Price string `json:"price"` Quantity string `json:"qty"` Time int64 `json:"time"` IsBuyerMaker bool `json:"isBuyerMaker"` IsBestMatch bool `json:"isBestMatch"` }
Trade define trade info
type TradeV3 ¶
type TradeV3 struct { ID int64 `json:"id"` Symbol string `json:"symbol"` OrderID int64 `json:"orderId"` Price string `json:"price"` Quantity string `json:"qty"` QuoteQuantity string `json:"quoteQty"` Commission string `json:"commission"` CommissionAsset string `json:"commissionAsset"` Time int64 `json:"time"` IsBuyer bool `json:"isBuyer"` IsMaker bool `json:"isMaker"` IsBestMatch bool `json:"isBestMatch"` }
TradeV3 define v3 trade info
type TransactionResponse ¶
type TransactionResponse struct {
TranID int64 `json:"tranId"`
}
TransactionResponse define transaction response
type UserAsset ¶
type UserAsset struct { Asset string `json:"asset"` Borrowed string `json:"borrowed"` Free string `json:"free"` Interest string `json:"interest"` Locked string `json:"locked"` NetAsset string `json:"netAsset"` }
UserAsset define user assets of margin account
type Withdraw ¶
type Withdraw struct { ID string `json:"id"` WithdrawOrderID string `json:"withdrawOrderID"` Amount float64 `json:"amount"` TransactionFee float64 `json:"transactionFee"` Address string `json:"address"` AddressTag string `json:"addressTag"` TxID string `json:"txId"` Asset string `json:"asset"` ApplyTime int64 `json:"applyTime"` Network string `json:"network"` Status int `json:"status"` }
Withdraw represents a single withdraw entry.
type WithdrawFee ¶
type WithdrawFee struct {
Fee float64 `json:"withdrawFee"` // docs specify string value but api returns decimal
}
WithdrawFee withdraw fee
type WithdrawHistoryResponse ¶
type WithdrawHistoryResponse struct { Withdraws []*Withdraw `json:"withdrawList"` Success bool `json:"success"` }
WithdrawHistoryResponse represents a response from ListWithdrawsService.
type WsAggTradeEvent ¶
type WsAggTradeEvent struct { Event string `json:"e"` Time int64 `json:"E"` Symbol string `json:"s"` AggTradeID int64 `json:"a"` Price string `json:"p"` Quantity string `json:"q"` FirstBreakdownTradeID int64 `json:"f"` LastBreakdownTradeID int64 `json:"l"` TradeTime int64 `json:"T"` IsBuyerMaker bool `json:"m"` Placeholder bool `json:"M"` // add this field to avoid case insensitive unmarshaling }
WsAggTradeEvent define websocket aggregate trade event
type WsAggTradeHandler ¶
type WsAggTradeHandler func(event *WsAggTradeEvent)
WsAggTradeHandler handle websocket aggregate trade event
type WsAllMarketsStatEvent ¶
type WsAllMarketsStatEvent []*WsMarketStatEvent
WsAllMarketsStatEvent define array of websocket market statistics events
type WsAllMarketsStatHandler ¶
type WsAllMarketsStatHandler func(event WsAllMarketsStatEvent)
WsAllMarketsStatHandler handle websocket that push all markets statistics for 24hr
type WsAllMiniMarketsStatEvent ¶
type WsAllMiniMarketsStatEvent []*WsMiniMarketsStatEvent
WsAllMiniMarketsStatEvent define array of websocket market mini-ticker statistics events
type WsAllMiniMarketsStatServeHandler ¶
type WsAllMiniMarketsStatServeHandler func(event WsAllMiniMarketsStatEvent)
WsAllMiniMarketsStatServeHandler handle websocket that push all mini-ticker market statistics for 24hr
type WsDepthEvent ¶
type WsDepthEvent struct { Event string `json:"e"` Time int64 `json:"E"` Symbol string `json:"s"` UpdateID int64 `json:"u"` FirstUpdateID int64 `json:"U"` Bids []Bid `json:"b"` Asks []Ask `json:"a"` }
WsDepthEvent define websocket depth event
type WsDepthHandler ¶
type WsDepthHandler func(event *WsDepthEvent)
WsDepthHandler handle websocket depth event
type WsKline ¶
type WsKline struct { StartTime int64 `json:"t"` EndTime int64 `json:"T"` Symbol string `json:"s"` Interval string `json:"i"` FirstTradeID int64 `json:"f"` LastTradeID int64 `json:"L"` Open string `json:"o"` Close string `json:"c"` High string `json:"h"` Low string `json:"l"` Volume string `json:"v"` TradeNum int64 `json:"n"` IsFinal bool `json:"x"` QuoteVolume string `json:"q"` ActiveBuyVolume string `json:"V"` ActiveBuyQuoteVolume string `json:"Q"` }
WsKline define websocket kline
type WsKlineEvent ¶
type WsKlineEvent struct { Event string `json:"e"` Time int64 `json:"E"` Symbol string `json:"s"` Kline WsKline `json:"k"` }
WsKlineEvent define websocket kline event
type WsKlineHandler ¶
type WsKlineHandler func(event *WsKlineEvent)
WsKlineHandler handle websocket kline event
type WsMarketStatEvent ¶
type WsMarketStatEvent struct { Event string `json:"e"` Time int64 `json:"E"` Symbol string `json:"s"` PriceChange string `json:"p"` PriceChangePercent string `json:"P"` WeightedAvgPrice string `json:"w"` PrevClosePrice string `json:"x"` LastPrice string `json:"c"` CloseQty string `json:"Q"` BidPrice string `json:"b"` BidQty string `json:"B"` AskPrice string `json:"a"` AskQty string `json:"A"` OpenPrice string `json:"o"` HighPrice string `json:"h"` LowPrice string `json:"l"` BaseVolume string `json:"v"` QuoteVolume string `json:"q"` OpenTime int64 `json:"O"` CloseTime int64 `json:"C"` FirstID int64 `json:"F"` LastID int64 `json:"L"` Count int64 `json:"n"` }
WsMarketStatEvent define websocket market statistics event
type WsMarketStatHandler ¶
type WsMarketStatHandler func(event *WsMarketStatEvent)
WsMarketStatHandler handle websocket that push single market statistics for 24hr
type WsMiniMarketsStatEvent ¶
type WsMiniMarketsStatEvent struct { Event string `json:"e"` Time int64 `json:"E"` Symbol string `json:"s"` LastPrice string `json:"c"` OpenPrice string `json:"o"` HighPrice string `json:"h"` LowPrice string `json:"l"` BaseVolume string `json:"v"` QuoteVolume string `json:"q"` }
WsMiniMarketsStatEvent define websocket market mini-ticker statistics event
type WsPartialDepthEvent ¶
type WsPartialDepthEvent struct { Symbol string LastUpdateID int64 `json:"lastUpdateId"` Bids []Bid `json:"bids"` Asks []Ask `json:"asks"` }
WsPartialDepthEvent define websocket partial depth book event
type WsPartialDepthHandler ¶
type WsPartialDepthHandler func(event *WsPartialDepthEvent)
WsPartialDepthHandler handle websocket partial depth event
type WsTradeEvent ¶
type WsTradeEvent struct { Event string `json:"e"` Time int64 `json:"E"` Symbol string `json:"s"` TradeID int64 `json:"t"` Price string `json:"p"` Quantity string `json:"q"` BuyerOrderID int64 `json:"b"` SellerOrderID int64 `json:"a"` TradeTime int64 `json:"T"` IsBuyerMaker bool `json:"m"` Placeholder bool `json:"M"` // add this field to avoid case insensitive unmarshaling }
WsTradeEvent define websocket trade event
type WsTradeHandler ¶
type WsTradeHandler func(event *WsTradeEvent)
WsTradeHandler handle websocket trade event
Source Files ¶
- account_service.go
- asset_dividend_service.go
- client.go
- deposit_service.go
- depth_service.go
- doc.go
- dust_log_service.go
- exchange_info_service.go
- futures_service.go
- kline_service.go
- margin_order_service.go
- margin_service.go
- order_service.go
- request.go
- server_service.go
- ticker_service.go
- trade_service.go
- user_stream_service.go
- websocket.go
- websocket_service.go
- withdraw_service.go