返回软件包
NuGet 软件包

StockSharp.Quidax

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

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

安装

dotnet add package StockSharp.Quidax --version 5.0.0

README

Quidax Connector

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

The Quidax connector integrates StockSharp with the Quidax spot exchange. It is especially useful for observing and trading crypto markets quoted in NGN and other African fiat currencies, as well as crypto-to-crypto pairs.

Key capabilities

  • Spot instrument discovery with currency composition, price and volume precision, and minimum order value.
  • Level 1 quotes, Level 2 order books, public trades, and historical candles.
  • Continuous market-data subscriptions through configurable REST polling.
  • Wallet balances, open and historical orders, and private executions.
  • Limit and market order registration, individual cancellation, and filtered bulk cancellation.
  • Configurable REST service address, account or subaccount identifier, and polling interval.

Public market data is available without credentials. Portfolio and trading operations require a Quidax secret key. The default me user identifier targets the token owner and can be replaced with a supported subaccount identifier.

发行说明

Improve connector code readability

依赖项

net10.0