返回软件包
NuGet 软件包

StockSharp.AltCoinTrader

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

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

安装

dotnet add package StockSharp.AltCoinTrader --version 5.0.0

README

AltCoinTrader Connector

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

The AltCoinTrader connector integrates StockSharp with the South African AltCoinTrader spot market. Its ZAR-denominated order books make it useful for local price discovery, market monitoring, data collection, and automated crypto trading.

Key capabilities

  • Spot instrument discovery with trading state, price and quantity precision, and minimum order value.
  • Level 1 quotes, Level 2 order books, and public trades.
  • Real-time ticker, depth, and trade subscriptions through the public WebSocket.
  • REST snapshots and recent public trades.
  • Balances, open and historical orders, private fills, and live account updates through the authenticated WebSocket.
  • Limit orders with GTC, IOC, and FOK policies, market orders, individual cancellation, and filtered bulk cancellation.
  • Configurable REST and WebSocket service addresses.

Public market data is available without credentials. Portfolio and trading operations require an AltCoinTrader API key and secret with the appropriate account permissions.

发行说明

Await multicast async event handlers

依赖项

net10.0