Getting Started
The DexPaprika DEX API provides near real-time data about tokens, liquidity pools, and decentralized exchanges on over 18 blockchains. Below you can find the most popular endpoints that you can use to build your own applications:
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
Search
Search for tokens, pools, and DEXes
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:
Base URL
All API endpoints use the following base URL:
Common Use Cases
Here are some popular ways to use our API:
Rate Limits
The API is free to use with a rate limit of:
- 1 request per second
- 10,000 requests per day
Need higher limits? Contact us to discuss enterprise options.
Was this page helpful?