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

Hello. I have a strange issue with UserData websocket I start it like this ```go for{ futures.WebsocketKeepalive = true doneC, _, err := futures.WsUserDataServe(listenKey, userDataEventHandler, errorDataEventHandler) 13.112.178.104:443: use of closed...

Market order's don't require a `price` parameter, however I'm getting ```BinanceError { response: BinanceContentError { code: -1102, msg: "Mandatory parameter 'price' was not sent, was empty/null, or malformed.", extra: {}...

Type CoinInfo have string in Networks "estimatedArrivalTime" https://binance-docs.github.io/apidocs/spot/en/#system-status-system

Current response from `GET /api/v3/account` is ignoring the `commissionRates ` object from the response. Would be nice to add it. `{ "makerCommission": 15, "takerCommission": 15, "buyerCommission": 0, "sellerCommission": 0, "commissionRates":...

As per Binance specs we should be using "pu" (Final update Id in last stream(ie `u` in last stream) to detect that our local order book is out of order....

While I'm testing the example code on [testnet.binancefuture.com/](url) `order, err := client.NewCreateOrderService().Symbol("BNBETH"). Side(binance.SideTypeBuy).Type(binance.OrderTypeLimit). TimeInForce(binance.TimeInForceTypeGTC).Quantity("5"). Price("0.0030000").Do(context. Background())` I received the error ` code=-1136, msg=Invalid newOrderRespType` To resolve the issue, I added...

https://github.com/binance/binance-spot-api-docs/blob/master/web-socket-streams_CN.md,按Symbol逐秒刷新的24小时精简ticker信息,@miniTicker,这个接口好像未实现

I found the endpoint `/fapi/v1/multiAssetsMargin` is not supported yet to get or change the multi-asset mode of a user. I made a PR #487 with the following changes on the...

I was wondering if there's any chance you could add support for extra futures data? It would be super helpful to be able to access openInterest, openInterestHist, topLongShortAccountRatio, topLongShortPositionRatio, globalLongShortAccountRatio,...

everything was here ;p https://github.com/dgrr/fastws https://github.com/valyala/fasthttp