> For the complete documentation index, see [llms.txt](https://dexhunter.gitbook.io/dexhunter-partners/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dexhunter.gitbook.io/dexhunter-partners/readme.md).

# Introduction

DexHunter is the leading DEX aggregator on Cardano. We aggregate liquidity from 15+ DEXes to provide the best swap rates and advanced trading features.

{% hint style="danger" %}
**Authentication Required**

All API requests must include the `X-Partner-Id` header with your API key.

Get your API key at [app.dexhunter.io/partners](https://app.dexhunter.io/partners) → **Dashboard Tab**
{% endhint %}

***

## What You Can Do

**Trading**

* Execute market swaps with optimal routing across DEXes
* Place limit orders at target prices
* Set up DCA (Dollar Cost Averaging) schedules
* Cancel pending orders

**Data**

* Search and discover tokens
* Get real-time price quotes and estimations
* Fetch OHLCV chart data with WebSocket streaming
* Access trending tokens by volume

**Orders**

* Retrieve order history by user or trading pair
* Monitor order status in real-time
* View orderbook depth

***

## Base URLs

| Service    | URL                              |
| ---------- | -------------------------------- |
| Main API   | `https://api-us.dexhunterv3.app` |
| Charts API | `https://charts.dhapi.io`        |

***

## Quick Links

* [Partners](/dexhunter-partners/partners/partners.md) — Integrate DexHunter into your app
* [API Reference](/dexhunter-partners/api-reference/api.md) — Full API documentation

***

## Supported DEXes

| DEX           | Swap | Limit | DCA |
| ------------- | ---- | ----- | --- |
| Minswap V1    | ✓    | ✓     | ✓   |
| Minswap V2    | ✓    | ✓     | ✓   |
| SundaeSwap V1 | ✓    | ✓     | ✓   |
| SundaeSwap V3 | ✓    | ✓     | ✓   |
| WingRiders    | ✓    | ✓     | ✓   |
| WingRiders V2 | ✓    | ✓     | ✓   |
| Splash        | ✓    | ✓     | ✓   |
| VyFinance     | ✓    | ✓     | ✓   |
| CSWAP         | ✓    | ✓     | ✓   |
| MuesliSwap    | ✓    |       |     |
| ChadSwap      | ✓    | ✓     |     |
| SnekFun       | ✓    |       |     |
| Chakra        | ✓    |       |     |
| Shadow Book   | ✓    |       |     |

***

## Support

* **Email:** <support@dexhunter.io>
* **Discord:** [discord.gg/sCrG7zVn](https://discord.gg/sCrG7zVn)
