# 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)


---

# 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://dexhunter.gitbook.io/dexhunter-partners/readme.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.
