CandleSubscribe

CandleSubscribe - subscribe to receive updates on 1 minute candles.

Example:

{"id": 11, "type":"CandleSubscribe", "body": {"symbol":"EURUSD.s,BTCUSD.s"}}

Request Body Fields:

Parameter
Required
Type
Description

symbol

string

comma separated string with a list of instruments for 1 min candles feed subscriptions that inititated when 1 min candle was formed

Responce Type - CandleSubscribe.

Responce Body Fields:

Parameter
Always returned
Type
Description

symbol

string

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

Example:

{"type": "CandleSubscribe", "id":11, "body": {"symbol": "EURUSD.s,BTCUSD.s"}}

Last updated