StockSharp.Web.Api.Client 5.0.188

Prefix Reserved
dotnet add package StockSharp.Web.Api.Client --version 5.0.188
                    
NuGet\Install-Package StockSharp.Web.Api.Client -Version 5.0.188
                    
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="StockSharp.Web.Api.Client" Version="5.0.188" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Web.Api.Client" Version="5.0.188" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Web.Api.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StockSharp.Web.Api.Client --version 5.0.188
                    
#r "nuget: StockSharp.Web.Api.Client, 5.0.188"
                    
#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.
#:package StockSharp.Web.Api.Client@5.0.188
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StockSharp.Web.Api.Client&version=5.0.188
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Web.Api.Client&version=5.0.188
                    
Install as a Cake Tool

StockSharp WebApi

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on StockSharp.Web.Api.Client:

Package Downloads
StockSharp.Studio.WebApi

Community types. More info on web site https://stocksharp.com/store/

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on StockSharp.Web.Api.Client:

Repository Stars
StockSharp/StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Version Downloads Last Updated
5.0.188 101 6/8/2026
5.0.187 837 3/7/2026
5.0.186 377 2/20/2026
5.0.185 252 2/8/2026
5.0.184 201 2/2/2026
5.0.183 142 2/2/2026
5.0.182 795 11/21/2025
5.0.181 405 11/21/2025
5.0.180 402 11/21/2025
5.0.179 409 11/21/2025
5.0.178 478 11/20/2025
5.0.177 478 11/20/2025
5.0.176 5,479 8/30/2025
5.0.175 332 8/30/2025
5.0.174 342 8/27/2025
5.0.173 2,526 6/23/2025
5.0.172 1,892 4/6/2025
5.0.171 2,234 2/5/2025
5.0.170 327 2/4/2025
5.0.169 309 2/4/2025
Loading failed

Api client: switch HTTP serialization to Newtonsoft to match server
Replace ImplicitUsings with explicit per-project Usings.cs
Use SerializeNullBody instead of GetRequest override for null body handling
Fix ValueTuple deserialization: add IncludeFields to JSON serializer options