Kucoin.Net
5.1.0
See the version list below for details.
dotnet add package Kucoin.Net --version 5.1.0
NuGet\Install-Package Kucoin.Net -Version 5.1.0
<PackageReference Include="Kucoin.Net" Version="5.1.0" />
paket add Kucoin.Net --version 5.1.0
#r "nuget: Kucoin.Net, 5.1.0"
// Install Kucoin.Net as a Cake Addin #addin nuget:?package=Kucoin.Net&version=5.1.0 // Install Kucoin.Net as a Cake Tool #tool nuget:?package=Kucoin.Net&version=5.1.0
Kucoin.Net
Kucoin.Net is a wrapper around the Kucoin API as described on Kucoin, including all features the API provides using clear and readable objects, both for the REST as the websocket API's.
If you think something is broken, something is missing or have any questions, please open an Issue
Installation
dotnet add package Kucoin.Net
Support the project
I develop and maintain this package on my own for free in my spare time, any support is greatly appreciated.
Referral link
Sign up using the following referral link to pay a small percentage of the trading fees you pay to support the project instead of paying them straight to Kucoin. This doesn't cost you a thing! Link
Donate
Make a one time donation in a crypto currency of your choice. If you prefer to donate a currency not listed here please contact me.
Btc: bc1qz0jv0my7fc60rxeupr23e75x95qmlq6489n8gh
Eth: 0x8E21C4d955975cB645589745ac0c46ECA8FAE504
Sponsor
Alternatively, sponsor me on Github using Github Sponsors.
Discord
A Discord server is available here. Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.
Release notes
Version 5.1.0 - 23 Dec 2023
- Added SpotApi.Account.GetUserInfoAsync
- Added SpotApi.Account.UniversalTransferAsync
- Added SpotApi.Account.GetCrossMarginAccountsAsync
- Added SpotApi.Trading.PlaceTestOrderAsync
- Added SpotApi.Trading.PlaceTestMarginOrderAsync
- Updated SpotApi.ExchangeData.GetAssetsAsync to V3 API
- Updated SpotApi.ExchangeData.GetAssetAsync to V3 API
- Updated API doc links on endpoints
- Renamed SpotApi.Account.GetUserInfoAsync to GetSubUserInfoAsync
- Removed obsolete SpotApi.Account.GetAccountLedgerAsync
Version 5.0.8 - 03 Dec 2023
- Updated CryptoExchange.Net
Version 5.0.7 - 07 Nov 2023
- Fixed broker signing
Version 5.0.6 - 29 Oct 2023
- Added broker reference options
Version 5.0.5 - 24 Oct 2023
- Updated CryptoExchange.Net
Version 5.0.4 - 09 Oct 2023
- Updated CryptoExchange.Net version
- Added ISpotClient and IFuturesClient to DI injection
Version 5.0.3 - 25 Aug 2023
- Updated CryptoExchange.Net
Version 5.0.2 - 23 Jul 2023
- Fixed credentials provided in orderbook options not getting used
Version 5.0.1 - 11 Jul 2023
- Fixed KucoinFuturesSymbolOrderBook constructor being internal instead of public
Version 5.0.0 - 25 Jun 2023
- Updated CryptoExchange.Net to version 6.0.0
- Renamed KucoinClient to KucoinRestClient
- Renamed **Streams to **Api on the KucoinSocketClient
- Updated endpoints to consistently use a base url without any path as basis to make switching environments/base urls clearer
- Added IKucoinOrderBookFactory and implementation for creating order books
- Updated dependency injection register method (AddKucoin)
Version 4.3.3 - 15 Apr 2023
- Fixed futures ping, preventing regular disconnects
- Added basic high frequency endpoints
- Fixed testnet SpotApi.GetSymbolsAsync endpoint
- Added futures RiskLimit endpoints
- Added futures TransferToFutures endpoint
- Added various new optional parameters
- Removed deprecated endpoints
Version 4.3.2 - 18 Mar 2023
- Added HighFrequency account type
- Added Network property to asset details model
- Fixed Futures api size parameter type
Version 4.3.1 - 14 Feb 2023
- Updated CryptoExchange.Net
Version 4.3.0 - 05 Feb 2023
- Updated GetSymbolsAsync to V2 endpoint
- Added MinFunds property to Symbols model
- Added missing Network properties on Withdraw/Deposit models
- Added feeDeductType parameter on WithdrawAsync endpoint
Version 4.2.1 - 21 Nov 2022
- Fixed reconnect url
Version 4.2.0 - 17 Nov 2022
- Updated CryptoExchange.Net
- Removed Api Credentials need for order book endpoints
Version 4.1.0 - 11 Oct 2022
- Fixed leverage field being an int instead of decimal
- Fixed CancelAfter property on order model
- Added fromTag and toTag to InnerTransferAsync endpoint
- Fixed PlaceIsolatedBorrowOrderAsync type parameter
Version 4.0.17 - 15 Aug 2022
- Fixed SpotApi.Trading.PlaceStopOrderAsync cancelAfter parameter
- Fixed KucoinBalanceUpdate Timestamp property not getting deserialized correctly
- Fixed KucoinBorrowRecord RepayTime deserialization
Version 4.0.16 - 31 Jul 2022
- Added PlaceBulkOrderAsync endpoint
- Fixed QuantityStep mapping on ISpotClient GetSymbolsAsync
Version 4.0.15 - 18 Jul 2022
- Fix for websocket not reconnecting
- Updated CryptoExchange.Net
Version 4.0.14 - 16 Jul 2022
- Added isolated margin endpoints
- Updated xml api docs references
- Updated CryptoExchange.Net
Version 4.0.13 - 10 Jul 2022
- Updated CryptoExchange.Net
Version 4.0.12 - 12 Jun 2022
- Added margin endpoints
- Updated CryptoExchange.Net
Version 4.0.11 - 24 May 2022
- Updated CryptoExchange.Net
Version 4.0.10 - 22 May 2022
- Fixed MaxSocketConnections incorrectly being set to 10 instead of 50
- Added TradeType filter to CancelAllOrdersAsync
- Updated CryptoExchange.Net
Version 4.0.9 - 08 May 2022
- Removed deprecated spot GetOrderBookAsync endpoint and fixed the CommonSpotClient order book endpoint
- Updated CryptoExchange.Net
Version 4.0.8 - 01 May 2022
- Updated CryptoExchange.Net which fixed an timing related issue in the websocket reconnection logic
- Added seconds representation to KlineInterval enum
Version 4.0.7 - 21 Apr 2022
- Fixed timeInForce parameter being sent as null if not specified
- Fixed typo
Version 4.0.6 - 14 Apr 2022
- Fixed NullReference exception when PlaceOrder on common futures client fails
- Fixed deserialization error on PlaceMarginOrderAsync
- Fixed Common clients 15 minute klines returning 5 minute klines
- Updated CryptoExchange.Net
Version 4.0.5 - 10 Mar 2022
- Updated CryptoExchange.Net, fixing order deserialization in .net framework
Version 4.0.4 - 08 Mar 2022
- Added Spot GetMarginAccountAsync endpoint
- Added Spot GetRiskLimitAsync endpoint
- Added Spot GetMarginConfigurationAsync endpoint
- Updated GetAssetAsync endpoint to V2, now includes networks
- Updated CryptoExchange.Net
Version 4.0.3 - 01 Mar 2022
- Updated KucoinContract model with missing properties
- Updated CryptoExchange.Net improving the websocket reconnection robustness
Version 4.0.2 - 27 Feb 2022
- Fixed quantity/price parameter issue in ISpotClient PlaceOrderAsync
- Updated CryptoExchange.Net to fix timestamping issue when request is ratelimiter
Version 4.0.1 - 24 Feb 2022
- Updated CryptoExchange.Net
Version 4.0.0 - 18 Feb 2022
Added Github.io page for documentation: https://jkorf.github.io/Kucoin.Net/
Added unit tests for parsing the returned JSON for each endpoint and subscription
Added AddKucoin extension method on IServiceCollection for easy dependency injection
Added URL reference to API endpoint documentation for each endpoint
Added default rate limiter
Refactored client structure to be consistent across exchange implementations
Renamed various properties to be consistent across exchange implementations
Cleaned up project structure
Fixed various models
Updated CryptoExchange.Net, see https://github.com/JKorf/CryptoExchange.Net#release-notes
See https://jkorf.github.io/Kucoin.Net/MigrationGuide.html for additional notes for updating from V3 to V4
Version 3.1.6 - 04 Nov 2021
- Fixed futures order deserialization
Version 3.1.5 - 03 Nov 2021
- Added PostBorrowOrder, GetBorrowOrderAsync and RepaySingleBorrowOrderAsync endpoints
- Fixed authentication when there are special characters in the parameters
- Fixed StopPriceType parsing in Futures order model
- Added missing funding book subscription in socket client interface
- Fixed futures user trade timestamp deserialization
- Fixed futures position AverageEntryPrice deserialization
- Added some missing model properties
Version 3.1.4 - 08 Oct 2021
- Fixed price serialization new future order
- Updated CryptoExchange.Net to fix some socket issues
Version 3.1.3 - 06 Oct 2021
- Updated CryptoExchange.Net, fixing socket issue when calling from .Net Framework
Version 3.1.2 - 05 Oct 2021
- Added optional chain parameter to GetWithdrawalQuotasAsync endpoint
- Fix for Future order StopOrderType deserialization
- Fixed some properties on KucoinPosition model
Version 3.1.1 - 29 Sep 2021
- Changed GetFiatPricesAsync parameter from
params
toIEnumerable<string>
- Updated CryptoExchange.Net
- Changed GetFiatPricesAsync parameter from
Version 3.1.0 - 20 Sep 2021
- Added missing SetApiCredentials endpoints
- Updated CryptoExchange.Net
Version 3.0.10 - 20 Sep 2021
- upl kucoin
Version 3.0.9 - 15 Sep 2021
- Updated CryptoExchange.Net
Version 3.0.8 - 14 Sep 2021
- Fix for futures credentials not working when using SetDefaultOptions
Version 3.0.7 - 14 Sep 2021
- Fixed clientOrderId parameter in futures PlaceOrderAsync
- Fixed clientOrderId in futures stream order update
- Added PlaceMarginOrderAsync endpoint
- Fixed PlaceOrderAsync not returning order id
Version 3.0.6 - 03 Sep 2021
- Added timestamp to trade update
- Fixed PlaceOrderAsync optional stopType and stopPriceType parameters not being optional on futures
Version 3.0.5 - 02 Sep 2021
- Fix for disposing order book closing socket even if there are other connections
Version 3.0.4 - 26 Aug 2021
- Updated CryptoExchange.Net
Version 3.0.3 - 24 Aug 2021
- Updated CryptoExchange.Net, improving websocket and SymbolOrderBook performance
Version 3.0.2 - 13 Aug 2021
- Fix for OperationCancelledException being thrown when closing a socket from a .net framework project
Version 3.0.1 - 13 Aug 2021
- Added GetDepositAddressesAsync to retrieve all deposit addresses for a currency
- Added chain parameter to GetDepositAddressAsync and CreateDepositAddressAsync
Version 3.0.0 - 12 Aug 2021
- Release version with new CryptoExchange.Net version 4.0.0
- Multiple changes regarding logging and socket connection, see CryptoExchange.Net release notes
- Release version with new CryptoExchange.Net version 4.0.0
Version 3.0.0-beta3 - 09 Aug 2021
- Added Futures support
- Fixed KucoinSymbolOrderBook
- Renamed GetSymbolTradesAsync to GetTradeHistoryAsync
- Renamed GetFillsAsync to GetUserTradesAsync
- Renamed GetRecentFillsAsync to GetRecentUserTradesAsync
Version 3.0.0-beta2 - 26 Jul 2021
- Updated CryptoExchange.Net
Version 3.0.0-beta1 - 09 Jul 2021
- Added stop order endpoints
- Added Async postfix for async methods
- Updated CryptoExchange.Net
Version 2.3.9 - 05 mei 2021
- Fixed order deserialization when quantity is null
Version 2.3.8 - 04 mei 2021
- Added some margin socket subscriptions
Version 2.3.7 - 28 apr 2021
- Added new GetAccountLedgers
- Changed GetAccountLedger to [Obsolete]
- Fixed AccountActivityContext parsing
- Updated CryptoExchange.Net
Version 2.3.6 - 19 apr 2021
- Updated CryptoExchange.Net
Version 2.3.5 - 30 mrt 2021
- Updated CryptoExchange.Net
Version 2.3.4 - 16 mrt 2021
- Fixed full order book timestamp deserialization
Version 2.3.3 - 16 mrt 2021
- Fixed orderbook endpoint not found
Version 2.3.2 - 16 mrt 2021
- Added fee endpoints
- Added CancelOrderByClientOrderId endpoint
- Added GetOrderByClientOrderId endpoint
- Updated IKucoinClient interface
Version 2.3.1 - 05 mrt 2021
- Fixed Filled order update parsing
Version 2.3.0 - 04 mrt 2021
- Added socket kline subscription
- Added socket order book subscription
- Added multiple market support for snapshot subscription
- Updated match subscriptions
Version 2.2.1 - 01 mrt 2021
- Added Nuget SymbolPackage
Version 2.2.0 - 01 mrt 2021
- Added config for deterministic build
- Updated CryptoExchange.Net
Version 2.1.2 - 22 jan 2021
- Updated for ICommonKline
Version 2.1.1 - 14 jan 2021
- Updated CryptoExchange.Net
Version 2.1.0 - 21 dec 2020
- Update CryptoExchange.Net
- Updated to latest IExchangeClient
Version 2.0.17 - 11 dec 2020
- Fix for GetKlines sending null timestamp
Version 2.0.16 - 11 dec 2020
- Updated CryptoExchange.Net
- Implemented IExchangeClient
Version 2.0.15 - 19 nov 2020
- Fixed order model to allow null values
- Updated CryptoExchange.Net
Version 2.0.14 - 08 Oct 2020
- Fixed incorrect paramter on GetSymbols
- Updated CryptoExchange.Net
Version 2.0.13 - 28 Aug 2020
- Updated CryptoExchange.Net
Version 2.0.12 - 12 Aug 2020
- Fixed cancelAfter parameter in PlaceOrder
- Updated CryptoExchange.Net
Version 2.0.11 - 05 Aug 2020
- Fixed withdraw endpoint
- Added InnerTransfer support
Version 2.0.10 - 03 Aug 2020
- Fixed timestamp parameters
Version 2.0.9 - 22 Jul 2020
- Added missing nullable
Version 2.0.8 - 22 Jul 2020
- More nullable fields for new markets
Version 2.0.7 - 20 Jul 2020
- Made decimals in Tick model nullable to support new markets
Version 2.0.6 - 07 Jul 2020
- Fixed parsing error in MatchEngine updates
Version 2.0.5 - 21 Jun 2020
- Updated CryptoExchange
Version 2.0.4 - 16 Jun 2020
- Updated CryptoExchange.Net
Version 2.0.3 - 07 Jun 2020
- Updated CryptoExchange.Net to fix order book desync
Version 2.0.2 - 03 Mar 2020
- Updated CryptoExchange
Version 2.0.1 - 23 Oct 2019
- Fixed validation length symbols
Version 2.0.0 - 23 Oct 2019
- See CryptoExchange.Net 3.0 release notes
- Added input validation
- Added CancellationToken support to all requests
- Now using IEnumerable<> for collections
- Renamed Market → Symbol
Version 1.0.4 - 30 Sep 2019
- Fixed Bid/Ask reversed in tick
- Fixed error on empty self trade prevention field
Version 1.0.3 - 23 Sep 2019
- Fixed parameters not passed to certain requests
Version 1.0.2 - 07 Aug 2019
- Updated CryptoExchange.Net
Version 1.0.1 - 05 Aug 2019
- added code docs xml
Version 1.0.0 - 09 jul 2019
- Updated KucoinSymbolOrderBook
Version 0.0.2 - 14 may 2019
- Added an order book implementation for easily keeping an updated order book
- Added additional constructor to ApiCredentials to be able to read from file
- Added ConfigureAwait calls to prevent deadlocks
Version 0.0.1 - 09 may 2019
- Initial release
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- CryptoExchange.Net (>= 6.2.3)
-
.NETStandard 2.1
- CryptoExchange.Net (>= 6.2.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Kucoin.Net:
Package | Downloads |
---|---|
CryptoClients.Net
CryptoClients.Net is a collection of multiple cryptocurrency exchange API clients for accessing both the REST API's and WebSocket API's. Supports order and account management and requesting and streaming both public and private data. |
|
exchange-client-1
Exchange client gather all exchanges via jkorf and it uses common client sources |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Kucoin.Net:
Repository | Stars |
---|---|
JKorf/CryptoExchange.Net
A C# .netstandard base library used for implementing cryptocurrency exchange API's.
|
|
grantcolley/tradeview
A .NET Core 3.1 WPF client and ASP.NET Core Web API platform for trading crypto currency pairs on crypto exchanges and running crypto currency pair strategies.
|
|
JKorf/Kucoin.Net
A C# .netstandard client library for the Kucoin REST and Websocket Spot and Futures API focusing on clear usage and models
|
Version | Downloads | Last updated |
---|---|---|
5.18.0 | 135 | 11/6/2024 |
5.17.1 | 111 | 11/4/2024 |
5.17.0 | 336 | 10/28/2024 |
5.16.0 | 617 | 10/18/2024 |
5.15.1 | 416 | 10/14/2024 |
5.15.0 | 525 | 10/8/2024 |
5.14.0 | 2,272 | 9/27/2024 |
5.13.2 | 329 | 9/11/2024 |
5.13.1 | 1,265 | 8/28/2024 |
5.13.0 | 792 | 8/21/2024 |
5.12.0 | 615 | 8/19/2024 |
5.11.0 | 609 | 8/7/2024 |
5.10.0 | 4,590 | 7/29/2024 |
5.8.3 | 1,565 | 7/2/2024 |
5.8.2 | 307 | 6/27/2024 |
5.8.1 | 119 | 6/26/2024 |
5.8.0 | 333 | 6/25/2024 |
5.7.0 | 159 | 6/23/2024 |
5.6.0 | 1,347 | 6/11/2024 |
5.5.5 | 5,931 | 5/7/2024 |
5.5.4 | 233 | 5/4/2024 |
5.5.3 | 123 | 5/4/2024 |
5.5.2 | 160 | 5/1/2024 |
5.5.1 | 302 | 4/28/2024 |
5.5.0 | 343 | 4/23/2024 |
5.4.1 | 350 | 4/18/2024 |
5.4.0 | 112 | 4/18/2024 |
5.3.3 | 914 | 4/3/2024 |
5.3.2 | 1,391 | 3/25/2024 |
5.3.1 | 211 | 3/24/2024 |
5.3.0 | 444 | 3/16/2024 |
5.2.0 | 2,468 | 2/25/2024 |
5.2.0-beta1 | 432 | 2/6/2024 |
5.1.0 | 5,705 | 12/23/2023 |
5.0.8 | 10,443 | 12/3/2023 |
5.0.7 | 2,890 | 11/7/2023 |
5.0.6 | 2,860 | 10/29/2023 |
5.0.5 | 1,166 | 10/24/2023 |
5.0.4 | 1,970 | 10/9/2023 |
5.0.3 | 8,199 | 8/25/2023 |
5.0.2 | 2,566 | 7/23/2023 |
5.0.1 | 1,314 | 7/11/2023 |
5.0.0 | 3,099 | 6/25/2023 |
4.3.3 | 7,647 | 4/15/2023 |
4.3.2 | 12,824 | 3/18/2023 |
4.3.1 | 2,312 | 2/14/2023 |
4.3.0 | 1,620 | 2/5/2023 |
4.2.1 | 5,830 | 11/21/2022 |
4.2.0 | 1,299 | 11/17/2022 |
4.1.0 | 3,205 | 10/11/2022 |
4.0.17 | 3,360 | 8/15/2022 |
4.0.16 | 1,801 | 7/31/2022 |
4.0.15 | 1,595 | 7/18/2022 |
4.0.14 | 1,414 | 7/16/2022 |
4.0.13 | 11,100 | 7/10/2022 |
4.0.12 | 5,061 | 6/12/2022 |
4.0.11 | 4,545 | 5/24/2022 |
4.0.10 | 2,000 | 5/22/2022 |
4.0.9 | 2,223 | 5/8/2022 |
4.0.8 | 1,569 | 5/1/2022 |
4.0.7 | 1,895 | 4/21/2022 |
4.0.6 | 1,486 | 4/14/2022 |
4.0.5 | 2,735 | 3/10/2022 |
4.0.4 | 1,401 | 3/8/2022 |
4.0.3 | 2,856 | 3/1/2022 |
4.0.2 | 1,605 | 2/27/2022 |
4.0.1 | 1,399 | 2/24/2022 |
4.0.0 | 1,433 | 2/18/2022 |
4.0.0-beta7 | 993 | 2/5/2022 |
4.0.0-beta6 | 1,035 | 1/31/2022 |
4.0.0-beta5 | 1,028 | 1/24/2022 |
4.0.0-beta4 | 1,019 | 1/20/2022 |
4.0.0-beta3 | 1,037 | 1/19/2022 |
4.0.0-beta2 | 998 | 1/19/2022 |
4.0.0-beta1 | 1,009 | 1/15/2022 |
4.0.0-alpha7 | 1,012 | 1/13/2022 |
4.0.0-alpha6 | 1,140 | 1/7/2022 |
4.0.0-alpha5 | 1,013 | 1/3/2022 |
4.0.0-alpha4 | 1,039 | 1/1/2022 |
4.0.0-alpha3 | 1,025 | 12/27/2021 |
4.0.0-alpha2 | 1,149 | 12/21/2021 |
4.0.0-alpha1 | 1,028 | 12/7/2021 |
3.2.1 | 6,109 | 12/14/2021 |
3.2.0 | 1,181 | 12/14/2021 |
3.1.7 | 1,204 | 12/13/2021 |
3.1.6 | 3,180 | 11/4/2021 |
3.1.5 | 1,207 | 11/3/2021 |
3.1.4 | 3,092 | 10/8/2021 |
3.1.3 | 1,264 | 10/6/2021 |
3.1.2 | 1,231 | 10/5/2021 |
3.1.1 | 1,299 | 9/29/2021 |
3.1.0 | 1,451 | 9/20/2021 |
3.0.10 | 1,201 | 9/20/2021 |
3.0.9 | 1,228 | 9/15/2021 |
3.0.8 | 1,229 | 9/14/2021 |
3.0.7 | 1,197 | 9/14/2021 |
3.0.6 | 1,332 | 9/3/2021 |
3.0.5 | 1,166 | 9/2/2021 |
3.0.4 | 1,315 | 8/26/2021 |
3.0.3 | 1,363 | 8/24/2021 |
3.0.2 | 1,401 | 8/13/2021 |
3.0.1 | 1,192 | 8/13/2021 |
3.0.0 | 1,187 | 8/12/2021 |
3.0.0-beta3 | 1,029 | 8/9/2021 |
3.0.0-beta2 | 1,045 | 7/26/2021 |
3.0.0-beta1 | 1,119 | 7/9/2021 |
2.4.0-beta6 | 1,205 | 6/13/2021 |
2.4.0-beta5 | 1,033 | 6/11/2021 |
2.4.0-beta4 | 1,068 | 6/7/2021 |
2.4.0-beta3 | 1,048 | 5/26/2021 |
2.4.0-beta2 | 1,086 | 5/6/2021 |
2.4.0-beta1 | 1,040 | 4/30/2021 |
2.3.9 | 2,704 | 5/5/2021 |
2.3.8 | 1,201 | 5/4/2021 |
2.3.7 | 3,848 | 4/28/2021 |
2.3.6 | 4,218 | 4/19/2021 |
2.3.5 | 1,332 | 3/30/2021 |
2.3.4 | 1,607 | 3/16/2021 |
2.3.3 | 1,243 | 3/16/2021 |
2.3.2 | 1,266 | 3/16/2021 |
2.3.1 | 1,513 | 3/5/2021 |
2.3.0 | 1,294 | 3/4/2021 |
2.2.1 | 1,318 | 3/1/2021 |
2.2.0 | 1,236 | 3/1/2021 |
2.1.2 | 1,855 | 1/22/2021 |
2.1.1 | 1,319 | 1/14/2021 |
2.1.0 | 1,422 | 12/21/2020 |
2.0.17 | 1,407 | 12/11/2020 |
2.0.16 | 1,405 | 12/11/2020 |
2.0.15 | 1,729 | 11/19/2020 |
2.0.14 | 4,824 | 10/8/2020 |
2.0.13 | 1,902 | 8/28/2020 |
2.0.12 | 1,394 | 8/12/2020 |
2.0.11 | 1,401 | 8/5/2020 |
2.0.10 | 1,388 | 8/3/2020 |
2.0.9 | 1,523 | 7/22/2020 |
2.0.8 | 1,380 | 7/22/2020 |
2.0.7 | 1,370 | 7/20/2020 |
2.0.6 | 1,520 | 7/7/2020 |
2.0.5 | 1,522 | 6/21/2020 |
2.0.4 | 1,400 | 6/16/2020 |
2.0.3 | 1,488 | 6/7/2020 |
2.0.2 | 7,281 | 3/3/2020 |
2.0.1 | 2,148 | 10/23/2019 |
2.0.0 | 1,476 | 10/23/2019 |
1.0.4 | 12,781 | 9/30/2019 |
1.0.3 | 1,427 | 9/23/2019 |
1.0.2 | 1,678 | 8/7/2019 |
1.0.1 | 1,446 | 8/5/2019 |
1.0.0 | 1,472 | 7/9/2019 |
0.0.2 | 1,606 | 5/14/2019 |
0.0.1 | 1,529 | 5/9/2019 |
5.1.0 - Added SpotApi.Account.GetUserInfoAsync, Added SpotApi.Account.UniversalTransferAsync, Added SpotApi.Account.GetCrossMarginAccountsAsync, Added SpotApi.Trading.PlaceTestOrderAsync, Added SpotApi.Trading.PlaceTestMarginOrderAsync, Updated SpotApi.ExchangeData.GetAssetsAsync to V3 API, Updated SpotApi.ExchangeData.GetAssetAsync to V3 API, Updated API doc links on endpoints, Renamed SpotApi.Account.GetUserInfoAsync to GetSubUserInfoAsync, Removed obsolete SpotApi.Account.GetAccountLedgerAsync