-
Hello,
I was trying to use your client for writing a price ticker for Binance... i noticed that i can't list exchanges and therefore, i cannot fetch the symbols available to get tickers for.
the A…
-
Was getting deposit address for BTC, and I see this error:
Binance.Api.BinanceApiException: 'BinanceApi.GetDepositAddressAsync failed to parse JSON api response: "{"address":"blah","success":true,"…
-
The official Binance API's new order(trade) endpoint `POST /api/v3/order` allows requests to include the type of response desired, whether `ACK`, `RESULT`, or `FULL` via the `newOrderRespType` paramet…
-
im getting this error when i tried to do eth/btc after doing btc/usdt
-
Im curious, where did you find out about the `product` endpoint
https://github.com/craysiii/binance/blob/master/lib/binance/client/rest/public_api.rb#L32
-
Hey I am getting an error when installing the binance api wrapper that says it "Failed building wheel for twisted" and is saying that Microsoft Visual C++ 14.0 is required. Do I just need to install …
-
Using the latest nuget package "v.0.2.0-alpha25" in an Xamarin.Android project, calling the parameterless constructor of `BinanceApi` crashes with `System.NotImplementedException: The method or operat…
-
Problem:
Because of CORS and Binance's server config, a server is currently required for accessing any endpoint. While this makes total sense for signed endpoints, its a bit overkill for unsigned en…
-
In trying to make sense of what to do with order IDs when creating orders, I was looking at the docs to see what the difference was between clientOrderId and orderId. I think I stumbled upon something…
-
Hello,
I'm using the UserDataWebSocketManager like this (api 0.2.0-alpha28) :
```
UserDataWebSocketManager webSocket = new UserDataWebSocketManager();
webSocket.OrderUpdate += OnBinanceOrde…