Documentation
¶
Index ¶
- func Buy(apikey, secretkey, symbol, orderquote string) (*binance.CreateOrderResponse, error)
- func GetAccountQuote(apikey, secretkey, quote string) (string, error)
- func GetDepth(apikey, secretkey, ticker string) (float64, float64, error)
- func GetMinNotional(apikey, secretkey, ticker string) (float64, error)
- func GetOrder(apikey, secretkey, symbol string, orderid int) (*binance.Order, error)
- func GetOrderStatus(apikey, secretkey, symbol string, orderid int) (string, error)
- func Sell(apikey, secretkey, symbol, quantity string) (*binance.CreateOrderResponse, error)
- func SellQuote(apikey, secretkey, symbol, quoteOrder string) (*binance.CreateOrderResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountQuote ¶
func GetMinNotional ¶
func GetOrderStatus ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.