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 to all We installed this package. After run code page go to loop. var apiClient = new ApiClient("qnQ1Y*****", "w7Fo******"); var binanceClient = new BinanceClient(apiClient); var accountInfo = binanceClient.GetAccountInfo().Result; Response.Write(accountInfo.BuyerCommission);...

I would like to use OCO orders. I tried to implement but it didn't work. If anyone succeeds it would be really cool.

I am new member. When I download sourcecode and open project, but error happen. I using VS profesional 2017. ![untitled](https://user-images.githubusercontent.com/30413019/51427188-798b8600-1c27-11e9-8f58-4dca45c386ca.png)

The IEnumerable sequence for WithdrawHistory is currently of type Deposit. Likely a copy and paste oversight.

The IEnumerable list in the WithdrawHistory.cs has an incorrect type (Deposit). It should be of type Withdraw! https://github.com/morpheums/Binance.API.Csharp.Client/blob/master/Binance.API.Csharp.Client.Models/Account/WithdrawHistory.cs

hi im trying to listen chartdata prices for specific pair with the function below but after some time later for example 1 day, new prices is not coming out. the...

Hello, I am starting with API. A simple question, but not for me :) For the exemple: var serverTime = binanceClient.GetServerTime().Result; How I can see in console the result of...

Without symbol parameter GetCurrentOpenOrders function should return all open orders for all symbols. https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md

Methods are simple to understand and use by themselves, but to stick them together might be a challenge for someone as shit at coding as I am. Would you mind...