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

[https://binance-docs.github.io/apidocs/spot/en/#query-oco-user_data](https://binance-docs.github.io/apidocs/spot/en/#query-oco-user_data)

hi :) **WsCombinedKlineServe** does not work for multiple symbol tanx ![image](https://user-images.githubusercontent.com/2597895/122748162-222eeb80-d2a1-11eb-81e1-85671c49fb61.png)

good night, I need to call 3 buy and sell orders in sequence, all market orders. Is there a way to do this? I buy one coin, then I buy...

If I could have two suggestion, it would be: - if naming could be more in tune with binance naming (that is for sure cryptic itself to non trader, but...

The Binance futures API allows the [placement of multiple orders](https://binance-docs.github.io/apidocs/futures/en/#place-multiple-orders-trade) or the [cancellation of multiple orders](https://binance-docs.github.io/apidocs/futures/en/#cancel-multiple-orders-trade). We should support this in the library too. One open question is that I'm...

Can you add feature that support 100ms updates for WsCombinedDepthServe doing like WsDepthServe100Ms?

``` package main import ( "fmt" "github.com/adshao/go-binance/v2" "time" ) func main() { wsDepthHandler := func(event *binance.WsDepthEvent) { fmt.Println(event) } errHandler := func(err error) { fmt.Println(err) } doneC, stopC, err :=...

You guys are not providing the **All Coins' Information** api `GET /sapi/v1/capital/config/getall`. Can you add support for this?