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

This issues had already been reported and closed in #267. When I call NewExchangeInfoService().Symbols().Do(context.Background()) I'm getting the following error: ``` Binance-golang 2023/03/25 12:22:17 full url: https://api.binance.com/api/v3/exchangeInfo?symbols=%5B%5D, body: Binance-golang 2023/03/25 12:22:17...

Binance api use startTime and endTime instead of startTimestamp and endTimestamp

I tried: `client.NewGetIncomeHistoryService().IncomeType("REALIZED_PNL").Do(context.Background())` `client.NewGetIncomeHistoryService().IncomeType("REALIZED_PNL").Do(context.Background(), futures.WithRecvWindow(60000))` `client.NewGetIncomeHistoryService().Do(context.Background(), futures.WithRecvWindow(60000))` And I'm getting the next error: code=-1021, msg=Timestamp for this request is outside of the recvWindow. am I doing something wrong?

Binance seems to recommend RSA Keys instead of the old HMACs now. > 2022-12-15 > * New RSA signature > * Documentation has been updated to show how to sign...

Binance supports future algo order like vp and twap. The api lists are * [vp trade](https://binance-docs.github.io/apidocs/spot/cn/#vp-trade) * [twap trade](https://binance-docs.github.io/apidocs/spot/cn/#twap-trade)

Hi, I need example to open order with 100% balance

How to subscribe and unsubscribe Binance Data push

I am using a `NewProxiedClient` with an http proxy running on my remote server. It is trying to do the web-socket handshake with binance without going through the proxy. I...

Good day, followed the guide, however having this issue: Please clarify on how to run basic command using your library. Execution is not even getting to level of main function...

Would be better to create an instance to manage the websocket interactions as is done for the rest client. this is gets it done on my end.