OKX.Api 1.5.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package OKX.Api --version 1.5.5
NuGet\Install-Package OKX.Api -Version 1.5.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OKX.Api" Version="1.5.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OKX.Api --version 1.5.5
#r "nuget: OKX.Api, 1.5.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OKX.Api as a Cake Addin
#addin nuget:?package=OKX.Api&version=1.5.5

// Install OKX.Api as a Cake Tool
#tool nuget:?package=OKX.Api&version=1.5.5

OKX V5 Api Wrapper. Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible OKX Cryptocurrency Exchange Rest and Websocket Api Wrapper

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 188 4/6/2024
2.0.2 149 3/28/2024
2.0.1 126 3/27/2024
1.7.2 176 3/19/2024
1.7.0 375 2/29/2024
1.6.0 50,054 2/5/2024
1.5.6 583 1/3/2024
1.5.5 664 12/10/2023
1.5.1 613 11/15/2023
1.5.0 501 11/13/2023
1.4.0 883 9/18/2023
1.3.1 205,542 8/6/2023
1.2.5 738 8/6/2023
1.2.3 1,198 8/3/2023
1.2.2 978 7/28/2023
1.1.7 1,107 6/27/2023
1.1.0 3,736 5/7/2023
1.0.6 682 5/6/2023
1.0.5 748 4/19/2023
1.0.4 748 4/18/2023
1.0.3 761 4/18/2023
1.0.2 724 4/17/2023
1.0.1 928 3/25/2023
1.0.0 750 3/25/2023

Version 1.5.5 - 10 Dec 2023
* Updated ApiSharp to 2.0.5
* Fixed issue https://github.com/burakoner/OKX.Api/issues/52
* Refactored OKXRestApiTradingAccountClient and related models

Version 1.5.1 - 15 Nov 2023
* Updated ApiSharp to 2.0.1

Version 1.5.0 - 13 Nov 2023
* Fixed DemoTradingService usage
* Fixed issue https://github.com/burakoner/OKX.Api/issues/39
* Fixed issue https://github.com/burakoner/OKX.Api/issues/48
* Fixed issue https://github.com/burakoner/OKX.Api/issues/49
* Fixed issue https://github.com/burakoner/OKX.Api/issues/50
* Fixed issue https://github.com/burakoner/OKX.Api/issues/51

Version 1.4.0 - 16 Sep 2023
* Added Business WebSocket endpoint and moved related methods
* Fixed websocket endpoint division (public, private, business) related issues
* Some models changed (OkxPositionHistory)
* Fixed issue https://github.com/burakoner/OKX.Api/issues/37
* Fixed issue https://github.com/burakoner/OKX.Api/issues/40
* Fixed issue https://github.com/burakoner/OKX.Api/issues/43
* Fixed issue https://github.com/burakoner/OKX.Api/issues/46

Version 1.3.1 - 06 Aug 2023
* Fixed issue https://github.com/burakoner/OKX.Api/issues/20
* Merged pull request https://github.com/burakoner/OKX.Api/pull/36

Version 1.3.0 - 06 Aug 2023
* ApiSharp version updated to 1.5.0
* Both Rest and Websocket Api client hierarchies synced with OKX Api Documentation
* OKXStreamClient renamed to OKXWebSocketApiClient and methods moved to seperate clients according to OKX Api Documentation
* Some method and parameter names changed
* Timestamp conversion algorithm changed. You can now reach both timestamp and time properties
* Added Copy Trading Section
* Added OrderBookTrading.AlgoTrading.AmendAlgoOrderAsync (api/v5/trade/amend-algos)
* Added OrderBookTrading.AlgoTrading.GetAlgoOrderDetailsAsync (api/v5/trade/order-algo)
* Moved some MarketData methods to PublicData section: GetIndexCandlesticksAsync, GetMarkPriceCandlesticksAsync, GetIndexTickersAsync, GetOracleAsync, GetIndexComponentsAsync
* Moved some MarketData methods to BlockTrading section: GetBlockTickersAsync, GetBlockTickerAsync, GetBlockTradesAsync
* Removed some Funding methods: GetSavingBalancesAsync, SavingPurchaseRedemptionAsync
* Fixed issue https://github.com/burakoner/OKX.Api/issues/20
* Fixed issue https://github.com/burakoner/OKX.Api/issues/29
* Fixed issue https://github.com/burakoner/OKX.Api/issues/34

Version 1.2.4 - 05 Aug 2023
* Multiple subscription to index candle instrument name issue solved
as described at https://github.com/burakoner/OKX.Api/issues/30 and solved at https://github.com/burakoner/OKX.Api/pull/31

Version 1.2.3 - 03 Aug 2023
* ApiSharp version updated to 1.4.1

Version 1.2.2 - 28 Jul 2023
* Merged pull request https://github.com/burakoner/OKX.Api/pull/28

Version 1.2.1 - 28 Jul 2023
* Synced with OKX Api 2023-07-26 version
* Added some other missing documentation symbols
* Merged pull request https://github.com/burakoner/OKX.Api/pull/25
* Merged pull request https://github.com/burakoner/OKX.Api/pull/26
* Merged pull request https://github.com/burakoner/OKX.Api/pull/27

Version 1.2.0 - 27 Jul 2023
* Added documentation symbols
* Synced with OKX Api 2023-06-28 version
* Fixed issue at https://github.com/burakoner/OKX.Api/issues/21
* Fixed issue at https://github.com/burakoner/OKX.Api/issues/21
* Merged pull request https://github.com/burakoner/OKX.Api/pull/23
* Merged pull request https://github.com/burakoner/OKX.Api/pull/24

Version 1.1.7 - 26 Jun 2023
* It's possible to subscribe multiple symbols at once on WebSocket
* Fixed issue at https://github.com/burakoner/OKX.Api/issues/16

Version 1.1.6 - 26 Jun 2023
* Updated All Methods and Models, synced with OKX Api 2023-06-20 version
* OKXStreamClient has some parameter and parameter order changes
* Fixed issue at https://github.com/burakoner/OKX.Api/issues/18
* Fixed some typos

Version 1.1.5 - 25 Jun 2023
* Added Grid Trading section endpoints
* ApiSharp updated to v1.3.6
* Fixed issue at https://github.com/burakoner/OKX.Api/issues/11

Version 1.1.0 - 07 May 2023
* Updated All Methods and Models, synced with OKX Api 2023-04-27 version

Version 1.0.6 - 06 May 2023
* Updated WithdrawAsync Method (https://github.com/burakoner/OKEx.Net/issues/97)
* Updated GetInstrumentsAsync Method (https://github.com/burakoner/OKX.Api/issues/7)