API documentation

Server → client

AccountDataUpdated

Callback arguments

Required

Payload example

{
  "model": {
    "currencies": [
      {
        "symbol": "USD",
        "isDefault": true
      }
    ],
    "accounts": [
      {
        "id": 1001,
        "account": "Demo-001",
        "currency": "USD",
        "isDefault": true,
        "userType": 1,
        "isCrypto": false
      }
    ],
    "currentAccountId": 1001
  }
}

Related message types

public class AccountDataPayload
{
    public IEnumerable<CurrencyOption> Currencies { get; set; }
    public IEnumerable<AccountSummary> Accounts { get; set; }
    public int CurrentAccountId { get; set; }
}
AccountDataPayloadTypeDescriptionExample value
CurrenciesIEnumerable<CurrencyOption>[object Object]
AccountsIEnumerable<AccountSummary>[object Object]
CurrentAccountIdint0

Example JSON

{
  "currencies": {},
  "accounts": {},
  "currentAccountId": 0
}
Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

Launch Your Platform.

Get Started.