See also: Networks,
Liquidity pool endpoint,
Swap transactions,
Token data
New: GET /networks/network_id/multi/prices — retrieve batched token prices on a network 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: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?
No. The DexPaprika API is public; no API keys or registration required.
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 API is free to use with a rate limit of:- 10,000 requests per day
Need higher limits? Contact us to discuss enterprise options.