> For the complete documentation index, see [llms.txt](https://ajaib.gitbook.io/ajaib-exchange-open-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajaib.gitbook.io/ajaib-exchange-open-api/websocket-references/web-socket-streams/editor/get-live-subscription.md).

# Get Live Subscription

**Functionality:** To get list of subscribed event stream.

**Authentication:** Required

Request Sample

```
{
  "method": "LIST_SUBSCRIPTIONS",
  "id": "1"
}
```

Response Sample

{% tabs %}
{% tab title="Success" %}

```javascript
{
  "result": [
    "BTC_IDR@trade"
  ],
  "id": 3
}
```

{% endtab %}
{% endtabs %}
