Welcome to DexPaprika API documentation!
DexPaprika provides latest data access to comprehensive DEX data, including token prices, liquidity pools, and trading volumes. Whether you’re building a trading dashboard, portfolio tracker, or DeFi application, we’ve got you covered.
The API is currently in beta and we cannot guarantee the stability of the data. Please be aware that the data might be inaccurate or incomplete and therefore should not be used for any critical applications. If you find any issues, please contact us.
Quick API Reference
Jump straight into the API documentation and start making requests within minutes
Follow Tutorials
Learn step-by-step how to integrate DexPaprika into your applications
Let’s make your first API call in 3 steps!
- Network ID:
solana
- Token address:
So11111111111111111111111111111111111111112
You can find the list of all supported networks in the Networks endpoint.
Make a GET request
Simply make a GET request to the following endpoint in order to fetch latest data about any token. In this case we will use the specified above network ID and token address to populate the endpoint in a format of https://api.dexpaprika.com/networks/{network_id}/tokens/{address}
.
Get latest data about Solana (SOL)
This will return quite lengthy response of the latest data about Solana (SOL) that will look similar to this. We send a lot of data in the response, so in the next step we will extract only the price of SOL in USD.
Extract the price (or any other data)
As you can see, the response is very rich of data. You can extract only the price of SOL in USD from the full response by navigating to the summary
object (or any other object) and then to the price_usd
key (or any other key) simply by modyfying the previously used GET request:
And as a result you will get the price of SOL in USD:
Congratulations! You just successfully retrieved the latest price of SOL in USD!
Next Steps
Quick API Reference
Jump straight into the API documentation and start making requests within minutes
Follow Tutorials
Learn step-by-step how to integrate DexPaprika into your applications
Popular Use Cases
Track Token Prices
Get real-time and historical price data for any Solana token
Monitor Liquidity
Access detailed liquidity pool data across major Solana DEXes
Trading Analytics
Analyze trading volumes, price changes, and market trends
DEX Aggregation
Compare prices and liquidity across different DEXes
Get Support
We’re here to help you succeed with DexPaprika.
Join Discord
Connect with our community and get real-time support
Give Feedback
Share your experience and help us improve
Looking for enterprise solutions? We offer dedicated support, higher rate limits, and custom features. Contact our team to learn more.
Was this page helpful?