Kucoin.Net icon indicating copy to clipboard operation
Kucoin.Net copied to clipboard

A C# .netstandard client library for the Kucoin REST and Websocket Spot and Futures API focusing on clear usage and models

Results 22 Kucoin.Net issues
Sort by recently updated
recently updated
newest added

![decimal lev](https://user-images.githubusercontent.com/48032209/187023970-cd6de5c8-3992-48f3-a0dd-2d96d47da285.png) Kucoin.Net.Interfaces.Clients.FuturesApi IKucoinClientFuturesApiTrading The Leverage parameter to PlaceOrderAsync is of type integer. The kucoin website futures trading interface allows you to set a decimal leverage e.g. 5.12 (up to...

**Describe the bug** Call to Kucoin orderbook `StartAsync` fails with error `No API credentials provided for the default KucoinClient. Make sure API credentials are set using KucoinClient.SetDefaultOptions.` even when `RestClient`...

Hi, The new Kucoin API has been released. Will you implement it? [Kucoin new API docs](https://docs.kucoin.com/futures/new)

Hi, I am able to use Kucoin .NET to place and cancel orders on the futures sandbox environment `(BaseAddress = TestNet.FuturesAddress)` and also able to receive the open orders from...

Hi there - got a small issue which could be down to my understanding of how to work with the various parameters required for creating a Futures order. On reading...

**Describe the bug** Given a different BaseAddress for FuturesStreamsOptions, the BaseAddress specified is not honored by the SocketClient. **To Reproduce** Create a KucoinSocketclient that point to SandBox. ``` { AutoReconnect...

Hi @JKorf again There is a small case in the socket method "SubscribeToStopOrderUpdatesAsync" that I think should be corrected. First is it possible merge "SubscribeToStopOrderUpdatesAsync" with "SubscribeToOrderUpdatesAsync" ? I think...

I just did a rather large test for GetKlines. For BTC-USDT I pulled 159000 minutes of data from Kucoin. I noticed some grossness. If you do that you will find...

Hello, After subscribe successful WS connection via method "SubscribeToOrderBookUpdatesAsync" I get "UpdateSubscription" as a response. How I can get "enum SocketStatus" from the namespace "CryptoExchange.Net.Sockets". I need to check if...