CandleSubscriptions

CandleSubscriptions - get a list of subcribed ticks instrument.

Example:

{"id": 11, "type":"CandleSubscriptions", "body": {}}

Request Body Fields: n/a

Responce Type - CandleSubscriptions.

Responce Body Fields:

Parameter
Always returned
Type
Description

symbol

string

comma separated string with a list of instruments within 1 min candles update

Example:

{
    "type": "CandleSubscriptions",
    "id": 11,
    "body": {
        "symbol": "EURUSD,GBPUSD"
    }
}

Last updated