CandleUnsubscribe

CandleUnsubscribe - unsubscribe to receive updates candles.

Example:

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

Request Body Fields:

Parameter
Required
Type
Description

symbol

string

comma separated string with a list of instruments for candles feed unsubscriptions

Responce Type - CandleUnsubscribe.

Responce Body Fields:

Parameter
Always returned
Type
Description

symbol

string

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

Example:

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

Last updated