API 文档

AccountDataPayload

字段

AccountDataPayload类型描述示例值
CurrenciesIEnumerable<CurrencyOption>[object Object]
AccountsIEnumerable<AccountSummary>[object Object]
CurrentAccountIdint0

示例 JSON

{
  "currencies": {},
  "accounts": {},
  "currentAccountId": 0
}
public class AccountDataPayload
{
    public IEnumerable<CurrencyOption> Currencies { get; set; }
    public IEnumerable<AccountSummary> Accounts { get; set; }
    public int CurrentAccountId { get; set; }
}
Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

启动您的平台。

开始使用。