Need a higher allowance and dedicated infrastructure? Check out the Pro API. Current allowances, rates and prices are on the pricing page.
Pool search: filter pools by volume, liquidity, transactions, and creation date on
/networks/{network}/pools/search. Plus batch token prices in a single request.Popular endpoints
Tokens
Get detailed information about any token on a given network like latest price, liquidity, and trading volume
Pools
Access liquidity pool data and trading statistics for a given pool address
Networks
List supported networks
Pool transactions
Fetch swaps/adds/removes
Quick start
We will make a GET request to the Token endpoint in order to get the latest price in USD of TRUMP. All we need is the network ID and the token address.Response
Base URL
All API endpoints use the following base URL:https://api-pro.dexpaprika.com instead, with the key in the Authorization header. See
upgrading to Pro.
Authentication
Requests work with no key at all. To use one, send it as the entireAuthorization header value:
https://api.dexpaprika.com. Only Pro moves to
api-pro.dexpaprika.com, and sending a free key there returns 403. Get a key at
console.dexpaprika.com.
Common use cases
Here are some popular ways to use our API:Track Token Prices
Track Token Prices
Monitor Liquidity Pools
Monitor Liquidity Pools
Search Tokens
Search Tokens
FAQs
Do I need an API key?
Do I need an API key?
Not to start. No key, no card, no email: a curl works right now. Registering a free key raises both the per-minute rate and the 30-day allowance, and still needs no card. Current figures are on the pricing page and in rate limits.
What data can I query?
What data can I query?
Liquidity pools, swap transactions, token metrics/prices, and network coverage across multiple chains.
How do I find a pool or token identifier?
How do I find a pool or token identifier?
Use the Coverage Checker tool or the Networks/Token endpoints to locate addresses.
How fast is the data?
How fast is the data?
Collection is near real-time; responses reflect the latest indexed blocks and events.
Rate limits
Keyless callers get a rolling 30-day credit allowance and a per-minute rate with no signup at all. A free key raises both, and Pro raises them again. The current figures are on the pricing page. One request costs one credit and batch endpoints cost one credit per item; there are no compute units or per-endpoint weights.Need higher limits? Pro is self-serve on pricing. For Enterprise, contact us.