# Data Integration

Dexlens integrates diverse data streams from trusted sources to construct a unified, real-time view of the market landscape. The integrated data points include:

* **On-Chain Data**: New Blocks, Pump.fun, GeckoTerminal, Raydium, Orca, DEX Screener, GMGN
* **Social Sentiment**: Twitter (X) API and Telegram-based sources
* **Market Metrics: Volume, liquidity trends, holder changes, and bundle activity**
* **News Sentiment:** We watch for news and post it as alerts

To maintain its edge, Dexlens leverages a hybrid API architecture, combining WebSocket and RESTful calls. This allows:

* Continuous updates of live market and social data
* Near-instant detection of spikes and anomalies
* Aggregation of real-time sentiment signals across platforms


---

# 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/how-it-works/data-integration.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.
