API documentation

Server → client

PersonalInstrumentsListUpdated

Callback arguments

Required

Payload example

{
  "instruments": [
    {
      "id": "42",
      "type": "Forex",
      "symbol": "EURUSD",
      "iconName": "eurusd",
      "description": "Euro / US Dollar"
    }
  ]
}

Related message types

/// <summary>
    /// Personal watchlist row pushed on PersonalInstrumentsListUpdated
    /// </summary>
    public class PersonalInstrumentModel
    {
        public string Id { get; set; }

        public string Type { get; set; }

        public string Symbol { get; set; }

        public string IconName { get; set; }

        public string Description { get; set; }
    }
PersonalInstrumentModelTypeDescriptionExample value
Idstring"42"
Typestring"Forex"
Symbolstring

See TypeScript Instrument contract

"EURUSD"
IconNamestring"eurusd"
Descriptionstring"Euro / US Dollar"

Example JSON

{
  "id": "42",
  "type": "Forex",
  "symbol": "EURUSD",
  "iconName": "eurusd",
  "description": "Euro / US Dollar"
}

Related TypeScript contracts

Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

Starten Sie Ihre Plattform.

Los geht’s.