Binance.API.Csharp.Client icon indicating copy to clipboard operation
Binance.API.Csharp.Client copied to clipboard

C#.NET client for Binance Exchange API.

Results 60 Binance.API.Csharp.Client issues
Sort by recently updated
recently updated
newest added

Hi, when I tried to make an order, i got this error: Api Error Code: -1021 Message: Timestamp for this request was 1000ms ahead of the server's time. my code...

Hi There, Trying to place LIMIT order and getting this exception: Newtonsoft.Json.JsonReaderException: 'JSON integer 2284305452 is too large or small for an Int32. Path 'orderId', line 1, position 40.' after...

We cannot get access to futures orders with the api provided. What do we need to add in order to use it for the future orders?

Just wondering if its worth it trying to implement this. Last commit was 2018 and there are 9 open pull requests

When i am trying to run this project, I am getting this error for all 3 **bold** functions. Any help please ? For this file: BinanceClient.cs For this line of...

when I try to post new order on market sometimes I've got MIN_NOTIONAL error. according to my researches, it's because of the Binance trading rules, but I didn't find a...

Hi, According to [Binance API Documents](https://binance-docs.github.io/apidocs/spot/en/#deposit-history-supporting-network-user_data) **DepositHistory** EndPoint returns some useful parameters that weren't exits in DepositHistory() model. I just add them.

I'm getting this: ``` System.AggregateException was unhandled HResult=-2146233088 Message=One or more errors occurred. Source=mscorlib StackTrace: at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at System.Threading.Tasks.Task`1.get_Result() at Binance.API.Csharp.Client.BinanceClient.LoadTradingRules() at Binance.API.Csharp.Client.BinanceClient..ctor(IApiClient apiClient, Boolean loadTradingRules)...

This method returns candle values but decimal values. For example "xrpbtc" daily candle closing value returning "6948" but real value "0.00006948" and "ethbtc" returning "3172" but real value "0.03171153". Do...