> For the complete documentation index, see [llms.txt](https://tradesync.gitbook.io/tradesync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tradesync.gitbook.io/tradesync/fxtr-v2/functions-of-fxtr-v2/open-stream-for-the-account/messages-that-can-be-sent-in-open-stream/candleunsubscribe.md).

# CandleUnsubscribe

**`CandleUnsubscribe`** - unsubscribe to receive updates candles.

Example:

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

**Request Body Fields:**&#x20;

<table><thead><tr><th>Parameter</th><th width="113" data-type="checkbox">Required</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>symbol</code></td><td>true</td><td><code>string</code></td><td>comma separated string with a list of instruments for candles feed unsubscriptions</td></tr></tbody></table>

**Responce Type** - `CandleUnsubscribe`.

**Responce Body Fields:**

<table><thead><tr><th>Parameter</th><th width="183" data-type="checkbox">Always returned</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>symbol</code></td><td>true</td><td><code>string</code></td><td>comma separated string with a list of instruments within unsubscribed 1 min candles update</td></tr></tbody></table>

**Example:**

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