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" />
<PackageReference Include="StockSharp.Web.Api.Client" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=StockSharp.Web.Api.Client&version=5.0.188
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
StockSharp WebApi
| Product | Versions 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.
-
net10.0
- Ecng.Linq (>= 1.0.174)
- Ecng.Logging (>= 1.0.172)
- Ecng.Net.SocketIO (>= 1.0.558)
- StockSharp.Web.Common (>= 5.0.167)
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 | 99 | 6/8/2026 |
| 5.0.187 | 835 | 3/7/2026 |
| 5.0.186 | 375 | 2/20/2026 |
| 5.0.185 | 250 | 2/8/2026 |
| 5.0.184 | 199 | 2/2/2026 |
| 5.0.183 | 140 | 2/2/2026 |
| 5.0.182 | 793 | 11/21/2025 |
| 5.0.181 | 403 | 11/21/2025 |
| 5.0.180 | 400 | 11/21/2025 |
| 5.0.179 | 407 | 11/21/2025 |
| 5.0.178 | 476 | 11/20/2025 |
| 5.0.177 | 476 | 11/20/2025 |
| 5.0.176 | 5,477 | 8/30/2025 |
| 5.0.175 | 330 | 8/30/2025 |
| 5.0.174 | 340 | 8/27/2025 |
| 5.0.173 | 2,524 | 6/23/2025 |
| 5.0.172 | 1,890 | 4/6/2025 |
| 5.0.171 | 2,232 | 2/5/2025 |
| 5.0.170 | 325 | 2/4/2025 |
| 5.0.169 | 307 | 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