StockSharp.CoinSwitch 5.0.0

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

CoinSwitch Connector

Русский | 中文 | Español | Deutsch | Português | 日本語

The CoinSwitch connector integrates StockSharp with the CoinSwitch PRO APIs. A product setting selects INR or USDT spot markets, USDT-margined perpetual futures, or the private-beta HFT options surface.

Key capabilities

  • Discover instruments for the selected CoinSwitch product.
  • Subscribe to Level 1 quotes, market depth, tick trades, and time-frame candles.
  • Download candle history and receive live updates by WebSocket where the selected product and interval support them.
  • Submit spot limit orders, futures limit, market, or stop-market orders, and HFT options limit or market orders.
  • Use reduce-only for supported derivatives orders and supported time-in-force modes for HFT options.
  • Cancel individual or matching groups of orders.
  • Load balances, positions, open and historical orders, and own trades.

Typical use

Use this connector for CoinSwitch PRO market monitoring and automated trading across one selected product surface. Private operations require an API key and Ed25519 secret with suitable permissions; options also require access to the CoinSwitch HFT private beta.

Capabilities vary by product: spot order entry is limit-only, conditional entry is implemented only for futures as stop-market, and options candles do not use WebSocket streaming. Atomic replacement, iceberg and GTD orders, incremental order books, and an order-log feed are not supported. CoinSwitch permissions and rate limits apply.

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

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
5.0.0 101 8/27/2026

Await multicast async event handlers