go-binance icon indicating copy to clipboard operation
go-binance copied to clipboard

A Go SDK for Binance API

Results 114 go-binance issues
Sort by recently updated
recently updated
newest added

Hi How come most of the structs use `string` on almost all of the variables which would always be, for example, a `float64`? For example: ``` type CreateOrderResponse struct {...

Hi guy! How to set take profit and stop loss at the same time when create a futures order? Thank.

Hey, I might have missed it, but I need help finding a service that allows me to fetch the recent trades from my delivery account. I am happy to contribute...

Hi there, Greatly appreciated all work done here. Wondering how to increase asset precision on futures.WsKlineServe, I can only see 2 decimals, I would like to see the full number...

Hi, Is `ed25519` secret supported? Or only HMAC? (seems to be only HMAC) Thanks!

Just update api/v1/trades for RecentTradesService upto api/v3/trades

``` var symbols = []string{ "ETHBTC","LTCBTC","BNBBTC","NEOBTC","QTUMETH","EOSETH","SNTETH","BNTETH","GASBTC","BNBETH","BTCUSDT","ETHUSDT","LRCBTC","LRCETH","QTUMBTC","ZRXBTC","KNCBTC","IOTABTC", } func main() { binance.WebsocketTimeout = time.Second * 5 for _, symbol := range symbols { errHandler := func(err error) { fmt.Println("err",symbol,err) } doneC,...

We need WebSocketAPI ! >wss://ws-fapi.binance.com/ws-fapi/v1 thanks 😄

1. Complete the existing interface for parent and child accounts. 2. Complete the interface for spot market trends;

Why do we need this nonsense futures.SideTypeBuy , couldn’t you really take a string as an argument, because of you I need to fix a lot of things in the...