ExchangeSharp icon indicating copy to clipboard operation
ExchangeSharp copied to clipboard

ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.

Results 26 ExchangeSharp issues
Sort by recently updated
recently updated
newest added
trafficstars

The kraken provider is failing when fetching the tickers. The error from the API is 3 errors of `EQuery:Unknown asset pair`, which I've narrowed down to the `AED` pairs. There...

hi i get this error submitting a stop order or binance.: Parameter 'timeInForce' sent when not required. that is submitting it as stop with isBuy = false. I have looked...

bug
exchange-Binance

Hello, I have problem with sign to LBank. I tried to generate both of API verifications (RSA and HmacSHA256), but noone is working. Both returns error code 10007. My code:...

Readme.md says I should consult the console app for examples how to do authentication, but the `keys` option is very light on any detail what I should be passing and...

question

Don't submit market order without price, or price = zero. When i try, the response is: `InvalidOperationException: Nullable object must have a value.`. When you use market order type in...

Ive been using this on the kraken exchange API fine but when I tested on Binance, I got an exception that was so giant, I couldn't even find the top...

bug
exchange-Binance

We already implement this REST API https://docs.kraken.com/rest/#operation/getTradeHistory through `OnGetCompletedOrderDetailsAsync`. Kraken also provide a WebSocket equivalent that notifies you of your own trades: https://docs.kraken.com/websockets/#message-ownTrades. This is _not_ implemented. The raw code...

I'm writing code to analyse different markets and it needs to know which are fiat currencies (USD, GBP,etc). Ideally it would work across any exchange implementation without external knowledge but...

question

I tried to use PlaceSafeMarketOrderAsync on Poloniex, but it results in "Order not found, or you are not the person who placed it".

Hello guys, I am wondering if it makes sense to introduce the following two flags: - IsPriceReverted - IsQuantityReverted Because we have a global format BASE-QUOTE and the price format...