# DexHunter > DexHunter is a Cardano DEX aggregator that routes trades across 15+ Cardano decentralized exchanges (MinSwap, SundaeSwap, WingRiders, and others) to find the best price for swaps, limit orders, and DCA strategies. It also provides real-time charts, trending tokens, and an embeddable swap widget. DexHunter is delivered as: - A web application at https://app.dexhunter.io for end-user trading on Cardano. - A TypeScript SDK for programmatic access to swap, limit order, DCA, market data, charts, and trending endpoints. - An embeddable React swap widget that third-party sites can drop into their pages. Key concepts: - DEX aggregation: a single swap request is split/routed across multiple Cardano DEXes to minimize slippage and fees. - Pair pricing: tokens trade against ADA or other tokens (T2T). Prices may be displayed in ADA or USD via a global setting. - Wallets: integrates with Cardano wallet providers (Nami, Eternl, NuFi, Lace, etc.) over CIP-30 / dApp connector standards. ## Docs - [API docs (overview)](https://docs.dexhunter.io): high-level introduction to the public DexHunter API. - [Swap endpoints](https://docs.dexhunter.io/api/swap): build, estimate, and submit swap transactions. - [Limit orders](https://docs.dexhunter.io/api/limit-orders): place and cancel limit orders. - [DCA](https://docs.dexhunter.io/api/dca): create and manage recurring dollar-cost-averaging orders. - [Market data](https://docs.dexhunter.io/api/market-data): token metadata, prices, and liquidity. - [Charts](https://docs.dexhunter.io/api/charts): OHLCV candles for token pairs. - [Trending](https://docs.dexhunter.io/api/trending): trending tokens and global trading activity. - [Partners](https://docs.dexhunter.io/partners): partner integration and revenue-share program. ## SDK - [@dexhunterio/swaps on npm](https://www.npmjs.com/package/@dexhunterio/swaps): the official TypeScript SDK. - Axios-based HTTP client with full TypeScript typings. - Covers swap, limit order, DCA, market data, charts, and trending APIs. - Peer-deps model for React integrations. ## Embeddable Widget - [Swap widget](https://app.dexhunter.io/swap-widget): a Vite-built React library that exposes the DexHunter swap UI as a drop-in component for third-party sites. UMD build is available for non-React hosts. ## Token landing pages - [NIGHT](https://app.dexhunter.io/buy-night-cardano) - [MIDNIGHT](https://app.dexhunter.io/buy-midnight-token) - [SNEK](https://app.dexhunter.io/buy-snek-cardano) - [HOSKY](https://app.dexhunter.io/buy-hosky-cardano) - [STRIKE](https://app.dexhunter.io/buy-strike-cardano) - [INDY](https://app.dexhunter.io/buy-indy-cardano) - [LQ](https://app.dexhunter.io/buy-lq-cardano) - [IAG](https://app.dexhunter.io/buy-iagon-cardano) - [WMT](https://app.dexhunter.io/buy-wmt-cardano) - [HUNT](https://app.dexhunter.io/buy-hunt-cardano) - [TUNA](https://app.dexhunter.io/buy-tuna-cardano) ## Optional - [Sitemap](https://app.dexhunter.io/sitemap.xml): canonical list of indexable URLs. - [robots.txt](https://app.dexhunter.io/robots.txt): crawl rules.