Available tutorials
| Tutorial | Description |
|---|---|
| CLI | Install the DexPaprika CLI and query DEX data from your terminal. |
| Fetching token prices | Retrieve the price of any token using the DexPaprika API. |
| Batch token prices | Fetch prices for multiple tokens in a single request — reduce API calls by up to 90%. |
| Pool filtering | Filter pools by volume, transaction count, and creation date using the advanced filter endpoint. |
| Find new pools | Discover newly created liquidity pools on any network by sorting pools by creation date. |
| Retrieve historical data | Get OHLCV (Open, High, Low, Close, Volume) historical price data for any token. |
| Vibe coding with AI | Use Claude Code or Cursor with DexPaprika access to build a crypto dashboard from natural language prompts. |
| Build a price alert bot | Create a real-time cryptocurrency price alert system using DexPaprika API and Telegram. |
| Local analytics with DuckDB | Build a local analytics database with DuckDB to query Uniswap v3 data instantly. |
| Scaling with ClickHouse | Create a production-grade ClickHouse pipeline for massive datasets. |
| Real-time analytics with InfluxDB | Time-series analytics pipeline for real-time monitoring. |
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.