> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dexpaprika.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API tutorials

> Learn how to use the DexPaprika API with step-by-step tutorials.

## Available tutorials

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

<Tip>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!](https://discord.gg/mS4cWp6a)</Tip>

## Get support

<CardGroup cols={2}>
  <Card title="Join Discord community" icon="discord" href="https://discord.gg/DhJge5TUGM">
    Connect with our community and get real-time support.
  </Card>

  <Card title="Give Feedback" icon="message" href="mailto:support@coinpaprika.com">
    Share your experience and help us improve the API.
  </Card>
</CardGroup>

### FAQs

<AccordionGroup>
  <Accordion title="Do tutorials require an API key?">
    No. All examples use the public API - no keys or registration required.
  </Accordion>

  <Accordion title="Which networks are covered?">
    Check the [Networks API](/api-reference/networks/get-a-list-of-available-blockchain-networks) for the current list.
  </Accordion>

  <Accordion title="Where can I run examples quickly?">
    Use curl from your terminal or the API Reference playground directly in these docs.
  </Accordion>
</AccordionGroup>

<script type="application/ld+json">
  {JSON.stringify({
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        {"@type": "Question","name": "Do tutorials require an API key?","acceptedAnswer": {"@type": "Answer","text": "No. Public API--no keys or registration."}},
        {"@type": "Question","name": "Which networks are covered?","acceptedAnswer": {"@type": "Answer","text": "See the Networks API for the current list."}},
        {"@type": "Question","name": "Where can I run examples quickly?","acceptedAnswer": {"@type": "Answer","text": "Use curl or the API Reference playground in these docs."}}
      ]
    })}
</script>
