# Websocket取消订阅

- [实时成交明细（Trade）取消订阅](https://docs.infoway.io/websocket-api/unsubscribe/trade-subscribe.md)
- [实时买卖盘口（Depth）取消订阅](https://docs.infoway.io/websocket-api/unsubscribe/trade-subscribe-1.md): Depth
- [实时K线（Candles）取消订阅](https://docs.infoway.io/websocket-api/unsubscribe/trade-subscribe-2.md): 展示如何在不断开Websocket连接的情况下，全量取消或者只取消一部分产品订阅


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.infoway.io/websocket-api/unsubscribe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
