# Websockets

Provides websockets to stream data

* **Market Depth Data**: Provides real-time order book information to track demand and supply at different price levels.
* **Price Alerts**: Sends notifications when specific cryptocurrency prices hit a predefined threshold.
* **Historical Trade Data**: Streams past trade data to analyze trends and inform decision-making.
* **Liquidity Provider Information**: Offers insights into market makers and their activities.
* **Sentiment Analysis**: Analyzes social media and news feeds to gauge market sentiment.
* **New Token Deployments:** Sends new token alert
* **New trending token:** Sends new trending token

More websockets to come


---

# 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.dexlens.io/sdk-and-api/api/websockets.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.
