Binance
Binance copied to clipboard
A .NET Standard Binance API library.
Using `.Net Core 3.1` console app: static async Task Main(string[] args) { Console.WriteLine("Hello World!"); var apikey = ""; var apisecret = ""; var user = new BinanceApiUser(apikey, apisecret); var api...
Hello, when looking at this library and how great it already is (really good job!), I'm thinking about possible abstractions that would allow creating client libraries for more exchanges based...
I am experiencing a lot of min notional errors with market orders because Binance is now using a filter called avgPricemins along with applyToMarket. Since market orders do not have...
Hello,order.Fills comes null can you fix it ? https://prnt.sc/pf0rim
I made a global ServiceProvider from where each thread gets it's api, but one thread is using the websockets, I don't know if that is a problem? But the application...
018-07-17 18:46:02.010 +00:00 [Information] JsonStreamController: Watchdog timer restarting stream controller (no data received in 60 minutes). [thread: 32] 2018-07-17 18:46:02.037 +00:00 [Debug] RetryTaskController.ActionAsync: Task beginning... [thread: 32] 2018-07-17 18:46:02.043 +00:00...
binanceApi.WithdrawAsync(new WithdrawRequest(ApiUser) { Asset = BinanceAssetMapper.GetAssetByCurrency(currency), Address = recipient.Currencies[currency].ReceivingAddress, Amount = amount, Name = "Sent from BinanceAccount " + Name }).Wait(); Error: "Signature for this request is not valid" this...
https://github.com/sonvister/Binance/blob/da2967a181212fda937a28ed6fcdd284f0778966/src/Binance/Market/Candlestick.cs#L134 **Reprosteps**: `await _binanceApi.GetCandlesticksAsync("TRXBTC", CandlestickInterval.Month);` **Json**:  **Inner exception**: `Candlestick: volume must not be less than 0. Parameter name: volume` **StackTrace**: at Binance.Candlestick..ctor(String symbol, CandlestickInterval interval, DateTime openTime, Decimal open,...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...