Welcome to the DexPaprika API Tutorials repository! This is your go-to resource for learning how to leverage the DexPaprika API, the latest product from CoinPaprika, to fetch and analyze token data.
- Step-by-step tutorials to help you navigate through our API
- Code snippets and examples demonstrating how to interact with the API
- Best practices for querying blockchain networks and filtering responses
- Clone the repository:
git clone https://github.com/coinpaprika/tutorials.git
- Navigate to the tutorial folder of your choice and follow the README inside.
No API key, no signup. List the supported chains, then grab the top pools on one:
# All supported networks
curl "https://api.dexpaprika.com/networks"
# Top liquidity pools on Ethereum
curl "https://api.dexpaprika.com/networks/ethereum/pools?limit=5"That second call returns the top Ethereum pools (Uniswap, USDC/USDT, etc.) with live volume, price, and the token pair. From here, the tutorials below build real apps on top of these endpoints.
Below is a list of available tutorials in this repository:
| Tutorial Name | Description |
|---|---|
| getting-started/ | Learn how to retrieve the price of any token using DexPaprika API. |
| crypto-alert-bot/ | Learn how build an Alert System with Telegram & DexPaprika! |
| More Coming Soon... | Stay tuned for additional guides! |
Watch the Video Tutorials: Our Channel
API Documentation: DexPaprika Docs
Join our Discord for Feedback & Questions: Discord
Right now, the API is in beta and free to use. Test it out and share your feedback with us!