# Welcome to Plenty's Unified API

Plenty's Unified API offers a comprehensive resource for accessing extensive information about all aspects of the Plenty ecosystem, encompassing both the v2 and v3 decentralized exchanges (DEX) as well as the vote escrow system. This unified API simplifies the process for developers to retrieve specific data related to Plenty's applications, facilitating the creation of a wide range of services and applications on top of the Plenty network.

{% hint style="info" %}
You can access Plenty's Unified API through <mark style="color:purple;">**`api.plenty.network`**</mark>
{% endhint %}

| Application                | Available data                                                                                                                                                          |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| V2 volatile and stable DEX | <ul><li>Liquidity positions of users</li><li>Dollar-based historical analytics</li><li>Special routes for integration with aggregators</li></ul>                        |
| V3 segmented CFMM          | <ul><li>Liquidity positions of users</li><li>CFMM Tick data</li><li>Dollar-based historical analytics</li><li>Special routes for integration with aggregators</li></ul> |
| Vote Escrow                | <ul><li>Locked positions of users</li><li>Historical data for voting and user rewards</li><li>Historical data for bribes</li></ul>                                      |
| Miscelleneous              | <ul><li>All pools and tokens contracts associated with Plenty.</li><li>System-wide historical analytics </li></ul>                                                      |


---

# 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.api.plenty.network/welcome-to-plentys-unified-api.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.
