StockSharp.Web.Api.Interfaces 5.0.176

Prefix Reserved
dotnet add package StockSharp.Web.Api.Interfaces --version 5.0.176
                    
NuGet\Install-Package StockSharp.Web.Api.Interfaces -Version 5.0.176
                    
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.Interfaces" Version="5.0.176" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Web.Api.Interfaces" Version="5.0.176" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Web.Api.Interfaces" />
                    
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.Interfaces --version 5.0.176
                    
#r "nuget: StockSharp.Web.Api.Interfaces, 5.0.176"
                    
#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.Interfaces@5.0.176
                    
#: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.Interfaces&version=5.0.176
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Web.Api.Interfaces&version=5.0.176
                    
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 (2)

Showing the top 2 NuGet packages that depend on StockSharp.Web.Api.Interfaces:

Package Downloads
StockSharp.Finam

Finam

StockSharp.Web.Common

StockSharp WebApi

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.176 104 7/30/2026
5.0.175 786 6/17/2026
5.0.174 204 6/8/2026
5.0.173 858 3/7/2026
5.0.172 459 2/20/2026
5.0.171 339 2/8/2026
5.0.170 295 2/2/2026
5.0.169 233 2/2/2026
5.0.168 1,212 11/20/2025
5.0.167 6,506 8/30/2025
5.0.166 413 8/30/2025
5.0.165 429 8/27/2025
5.0.164 2,591 6/23/2025
5.0.163 2,259 4/6/2025
5.0.162 2,552 2/5/2025
5.0.161 418 2/4/2025
5.0.160 388 2/4/2025
5.0.159 491 1/15/2025
5.0.158 385 1/15/2025
5.0.157 376 1/15/2025
Loading failed

Add cached product Markdown content loading
Add admin toolbar action to regenerate all MJML templates
Drop unused domainId parameters from the Web API (dynamic pages and client find)
Add an admin trigger to regenerate the YML product feed on demand
Add an admin button to regenerate the site-wide sitemap on demand
Move site-wide fields off Domain onto SiteSettings; drop dead Domain fields
Persist a user's chosen language across web and the Telegram bot
Show the stored error's id on the /error page and drop the trace identifier
Add a searchable trace id to the error log
Reduce heavy API list queries
Load portal page details from API models
Gate current profile description loading
Load topic votes with messages
Api/Portal: make the email-activation link effectively one-time
Use Ecng extensions instead of BCL reinventions
Portal/Api: show a precise weak-password message instead of the generic failure
Verify the current password on change; stop the change-password 500s
Fix updating email preferences from an emailed subscription link
API: return 404 (not 500) for a missing entity in every environment
Api: consolidate payment booleans into a PaymentFlags mask and materialize referral payouts