返回软件包
NuGet 软件包

StockSharp.Buda

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

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

安装

dotnet add package StockSharp.Buda --version 5.0.0

README

Buda Connector

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

The Buda connector integrates StockSharp with the Buda.com spot cryptocurrency exchange. Public market data is available without credentials, while authenticated REST operations use an API key and secret.

Key capabilities

  • Discover the spot instruments exposed by Buda.
  • Subscribe to Level 1 quotes, market depth, and tick trades.
  • Combine public WebSocket updates with REST snapshots and reconciliation.
  • Submit limit and market orders and cancel individual or grouped orders.
  • Load balances, portfolio state, active and historical orders, and own trades.
  • Reconcile private state at a configurable polling interval.

Typical use

Use this connector for live Buda spot-market monitoring and authenticated trading through StockSharp. Public-data applications can connect without credentials; order and account workflows require a Buda API key and secret with the necessary permissions.

The adapter does not provide candles or an order-log feed, and order books are delivered as snapshots rather than incremental updates. Atomic order replacement is not supported, so a strategy must cancel and submit a new order separately. Exchange permissions and rate limits still apply.

发行说明

Await multicast async event handlers

依赖项

net10.0