Need a higher allowance and dedicated infrastructure? Check out the Pro API for 5,000,000 credits a month, 300 requests a minute, and priority support.
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. The API answers keyless requests at 50,000 credits a month per IP. Registering a free key raises that to 300,000 and needs no card. See 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
The free tier allows 50,000 credits a month without an API key at 15 requests a minute, or 300,000 with a free key at 30 requests a minute. Pro includes 5,000,000 credits a month at 300 requests a minute. 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.