Назад к пакетам
NuGet-пакет

StockSharp.NovaDax

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

Информация о пакете открыта всем. Скачивание пакетов требует доступа StockSharp.

Установка

dotnet add package StockSharp.NovaDax --version 5.0.0

README

NovaDAX Connector

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

The NovaDAX connector integrates StockSharp with NovaDAX's spot cryptocurrency market. Its focus on Brazilian-real pairs makes it useful for market monitoring, data collection, and automated trading in the Brazilian crypto market.

Key capabilities

  • Discovery of spot instruments with trading state, price and amount precision, and minimum-order limits.
  • Level 1 quotes, Level 2 order books, public trades, and OHLCV candle history.
  • Real-time ticker, depth, and trade subscriptions through Socket.IO.
  • REST snapshots, recent trades, and historical candles.
  • Balances, active and historical orders, order status, and private fills.
  • Market, limit, stop-market, and stop-limit orders with individual and symbol-wide cancellation.
  • Configurable REST and Socket.IO addresses, sub-account identifier, and Engine.IO protocol version.

Public market data is available without credentials. Portfolio and trading operations require a NovaDAX API key and secret; a sub-account identifier can be supplied when needed.

Примечания к выпуску

Await multicast async event handlers

Зависимости

net10.0