返回软件包
NuGet 软件包

StockSharp.Coinstore

Coinstore spot connector. More info on web site https://stocksharp.com/store/

软件包详情公开可见。下载软件包需要 StockSharp 访问权限。

安装

dotnet add package StockSharp.Coinstore --version 5.0.0

README

Coinstore Connector

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

The Coinstore connector connects StockSharp to Coinstore's spot cryptocurrency market. It is useful for tracking the exchange's broad listing market and for automating trading in crypto-to-stablecoin pairs.

Key capabilities

  • Spot instrument discovery with trading state, price and amount precision, and minimum-order metadata.
  • Level 1 values, Level 2 order books, public trades, and OHLCV candles.
  • Real-time ticker, depth, trade, and candle subscriptions over WebSocket.
  • Recent trades, order-book snapshots, and candle history through REST.
  • Portfolio balances, active orders, order status, and private executions.
  • Market, limit, post-only, and immediate-or-cancel orders, plus individual and bulk cancellation.
  • Configurable REST and WebSocket service addresses.

Public market data works without credentials. Portfolio and trading operations require a Coinstore API key and secret. Private state is refreshed through authenticated REST requests.

发行说明

Await multicast async event handlers

依赖项

net10.0