Bybit.Net 1.5.2

.NET Standard 2.0
dotnet add package Bybit.Net --version 1.5.2
NuGet\Install-Package Bybit.Net -Version 1.5.2
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="Bybit.Net" Version="1.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bybit.Net --version 1.5.2
#r "nuget: Bybit.Net, 1.5.2"
#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 Bybit.Net as a Cake Addin
#addin nuget:?package=Bybit.Net&version=1.5.2

// Install Bybit.Net as a Cake Tool
#tool nuget:?package=Bybit.Net&version=1.5.2

Bybit.Net is a .Net wrapper for the Bybit API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Bybit.Net:

Repository Stars
JKorf/CryptoExchange.Net
Base for exchanges
Version Downloads Last updated
1.5.2 277 3/18/2023
1.5.1 411 2/14/2023
1.5.0 247 2/5/2023
1.4.0 506 12/29/2022
1.3.1 324 12/12/2022
1.3.0 1,087 11/17/2022
1.2.3 522 10/28/2022
1.2.2 230 10/28/2022
1.2.1 499 10/15/2022
1.2.0 323 10/11/2022
1.1.2 452 9/28/2022
1.1.1 718 8/19/2022
1.1.0 649 7/31/2022
1.0.10 412 7/18/2022
1.0.9 367 7/16/2022
1.0.8 779 7/10/2022
1.0.7 289 7/10/2022
1.0.6 614 6/12/2022
1.0.5 849 5/24/2022
1.0.4 664 5/22/2022
1.0.3 462 5/11/2022
1.0.2 384 5/8/2022
1.0.1 761 5/1/2022
1.0.0 578 4/14/2022
0.0.9 479 3/17/2022
0.0.8 296 3/16/2022
0.0.7 306 3/14/2022
0.0.6 328 3/10/2022
0.0.5 305 3/8/2022
0.0.4 1,653 3/1/2022
0.0.3 331 2/27/2022
0.0.2 323 2/24/2022
0.0.1 338 2/18/2022
0.0.1-beta9 119 2/5/2022
0.0.1-beta8 100 2/2/2022
0.0.1-beta7 100 1/30/2022
0.0.1-beta6 92 1/30/2022
0.0.1-beta5 101 1/25/2022
0.0.1-beta4 97 1/24/2022
0.0.1-beta3 98 1/24/2022
0.0.1-beta2 172 1/18/2022
0.0.1-beta10 196 2/7/2022
0.0.1-beta1 99 1/15/2022
0.0.1-alpha7 100 1/13/2022
0.0.1-alpha6 103 1/7/2022
0.0.1-alpha5 112 1/3/2022
0.0.1-alpha4 108 1/1/2022
0.0.1-alpha3 105 12/27/2021
0.0.1-alpha2 144 12/21/2021
0.0.1-alpha1 132 12/7/2021

1.5.2 - Fixed SpotV3 GetBalances, Fixed SetPositionMode on contract API, Updated CryptoExchange.Net