Available tutorials
| Tutorial | Description |
|---|---|
| Fetching token prices | Learn how to retrieve the price of any token using the DexPaprika API. |
| Batch token prices efficiently | Fetch prices for multiple tokens in a single request and reduce API calls by 90%. |
| Claude code plugin guide | Complete setup and usage guide for the DexPaprika Claude Code plugin with practical examples. |
| Build simple alert system | Learn how to create a real-time cryptocurrency price alert system using DexPaprika API & Telegram |
| Retrieve historical data | Learn how to get OHLCV (Open, High, Low, Close, Volume) historical price data for any token. |
| Find new pools | Learn how to discover newly created liquidity pools on any network by sorting pools by creation date. |
| Local analytics with DuckDB | Build a high-performance local analytics database with DuckDB to instantly query Uniswap v3 data. |
| Crypto analytics with ClickHouse | Create a production-grade ClickHouse pipeline for massive datasets and lightning-fast queries. |
| More tutorials coming soon | Stay tuned for additional guides. |
Do you have an interesting implementation that you want to share with others? We’d be happy to share your tutorial utilizing our API with others. Reach us out on Discord!
Get support
Join Discord community
Connect with our community and get real-time support.
Give Feedback
Share your experience and help us improve the API.
FAQs
Do tutorials require an API key?
Do tutorials require an API key?
No. All examples use the public API - no keys or registration required.
Which networks are covered?
Which networks are covered?
Check the Networks API for the current list.
Where can I run examples quickly?
Where can I run examples quickly?
Use curl from your terminal or the API Reference playground directly in these docs.