Skip to main content
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.
The DexPaprika DEX API provides near real-time data about tokens, liquidity pools, and decentralized exchanges on 36 blockchains. Below you can find the most popular endpoints that you can use to build your own applications:
Pool search: filter pools by volume, liquidity, transactions, and creation date on /networks/{network}/pools/search. Plus batch token prices in a single request.

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.
This will return latest data about TRUMP (TRUMP) on Solana:
Response

Base URL

All API endpoints use the following base URL:
That is the host for keyless calls and for free registered keys. Paid plans call 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 entire Authorization header value:
The key is the entire header value. Nothing goes in front of it and nothing after it. Almost every other API expects a scheme word first, which is why this is the most common cause of a failed first authenticated call. If your HTTP client only offers a token field that prepends one for you, set a raw header instead. See 401 Unauthorized.
Free keys stay on 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:

FAQs

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.
Liquidity pools, swap transactions, token metrics/prices, and network coverage across multiple chains.
Use the Coverage Checker tool or the Networks/Token endpoints to locate addresses.
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.