Base URL
All API requests target the following base URL:2xx status codes; errors use 4xx or 5xx codes with a machine-readable body. See the Error Codes reference for details.
What You Can Do
The Pro API covers the full surface of DexUtils data across every supported chain and DEX:- Token prices and metadata — Fetch real-time USD prices, fully diluted valuations, market caps, and contract metadata for any token across all supported networks using
GET /networks/{network}/tokens/{address}. - Batch token lookups — Resolve prices and metadata for multiple tokens in a single call via
POST /tokens/batch, ideal for portfolio dashboards and watchlists. - Liquidity pool listing — Query and filter pools by token, DEX, volume, or liquidity on any chain using
GET /networks/{network}/pools. - Pool details and stats — Fetch reserves, fee tiers, 24-hour volume, and liquidity depth for a specific pool with
GET /networks/{network}/pools/{address}. - Swap transaction history — Paginate swap events from any pool, including amounts, prices, and wallet addresses, via
GET /networks/{network}/pools/{address}/transactions. - Network and DEX discovery — List all supported chains with
GET /networksand all DEX protocols on a given chain withGET /networks/{network}/dexes. - Full-text search — Search across tokens, pools, and DEXes by name, symbol, or contract address in one unified
GET /searchendpoint.
Endpoints at a Glance
Pro API vs. Free Tier
The Pro API is a paid upgrade that removes the constraints of the free public tier and adds dedicated infrastructure for production workloads.Quick Navigation
Authentication
Learn how to pass your API key and keep it secure.
Quickstart
Make your first API call and fetch a live token price in minutes.
Endpoints Reference
Browse every available endpoint with full request and response schemas.
Error Codes
Understand every error response and how to handle it gracefully.
Getting a Pro API Key
Pro API access requires a Premium plan or a standalone Pro API subscription. To upgrade, visit your DexUtils dashboard and navigate to Settings → Plans, or contact the sales team at sales@dexutils.io for enterprise pricing and volume agreements.