Back to packages
NuGet package

StockSharp.Quidax

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

Package details are public. Package downloads require StockSharp access.

Install

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.

Release notes

Improve connector code readability

Dependencies

net10.0