#llmsmap.me

Independent technical audit

docs.dexpaprika.com

docs.dexpaprika.com

Overall AI readiness score

A combined result across all audit signals.

74of 100Average
AI readiness audit: 8/19/2026Public technical data

Overall AI readiness assessment

How ready docs.dexpaprika.com is for AI systems

74/100

DexPaprika API (docs.dexpaprika.com) received an AI-readiness score of 74/100 in an automated technical audit. llms.txt was accessible, llms-full.txt was accessible, and ai.txt was not found. The robots.txt analysis found 0 explicitly allowed and 0 blocked AI crawlers, with 1 declared sitemap. Homepage markup completeness was 0%; no Schema.org types were detected and 0 OpenGraph tags were detected. Results reflect the public site response observed on 2026-08-19T01:10:56.269Z.

Audit context

llms.txt is accessible and contains 6,336 tokens. An expanded llms-full.txt is also available with 169,991 tokens, giving agents more direct context. No separate ai.txt policy was detected; it is optional, but can clarify training, retrieval, and attribution preferences.

robots.txt is available. 11 of 11 tracked AI bots are not blocked. Declared sitemaps: 1. No Schema.org type was detected on the homepage. 0 OpenGraph tags were found and markup completeness is 0%, leaving more entity interpretation to crawlers.

The mobile Lighthouse profile adds Performance 56/100, Accessibility 97/100, Best Practices 96/100, SEO 100/100, and experimental Agentic Browsing 100/100. These signals have a limited weight: they complement rather than replace llms.txt, robots.txt, and structured-data checks.

Confirmed strengths

  • Accessible llms.txt
  • Expanded llms-full.txt
  • 1 sitemap declaration
  • Strong Google agentic signals

Priority improvements

  1. 1Add JSON-LD for the organisation, website, and core entities.
  2. 2Complete OpenGraph and canonical homepage metadata.
  3. 3Reduce mobile rendering delay and main-thread work.
llms.txt tokens6,336
llms-full.txt tokens169,991
ai.txt
sitemap.xml

Google Lighthouse technical profile

A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.

Mobile · Lighthouse
56

Performance

97

Accessibility

96

Best Practices

100

Technical SEO

100

Agentic Browsing

What these results mean

Mobile performance is 56/100, with the largest visible content block appearing in 10.3 s and the browser main thread blocked for 230 ms. Layout shift was 0. The main thread is where the browser runs JavaScript, calculates layout, and paints the page; long work there delays both user input and browser-agent actions.

Accessibility scored 97/100, Best Practices 96/100, and technical SEO 100/100. The experimental Agentic Browsing category scored 100/100. It measures signals Google currently tests for software agents and is shown separately from the llmsmap AI-readiness score.

1

Free the main thread and accelerate the first view

Split long JavaScript tasks, defer non-critical scripts and styles, and shorten blocking request chains. This helps the primary content appear sooner and makes controls usable earlier.

2

Reduce code that loads without helping the page

Remove unused CSS and JavaScript, load heavy widgets on demand, and limit third-party scripts. Less code means less parsing and background work on the device.

3

Optimise images and their loading order

Serve correctly sized modern formats, prioritise the primary visual, and lazy-load content below the first viewport.

4

Reduce network delay

Improve server response time, remove unnecessary redirects and repeat downloads, and use compression, caching, and selective preconnect hints.

FCP5.2 s

First content

LCP10.3 s

Main content

CLS0

Layout stability

TBT230 ms

Blocking time

SI6.3 s

Visual speed

Metric glossary
FCP · First content
When the first text or image appeared on screen.
LCP · Main content
When the largest visible element in the first viewport rendered.
CLS · Layout stability
How much content shifted unexpectedly while loading; lower is better.
TBT · Blocking time
How long the browser main thread could not respond quickly to input.
SI · Visual speed
How quickly the visible viewport filled with content.
8/19/2026Lighthouse 13.4.1Mobile profile

AI readiness checks

Machine-readable files, crawler policy, discovery, and homepage markup.

llms.txt

File found and accessible

https://docs.dexpaprika.com/llms.txt
llms-full.txt

Full version is available

https://docs.dexpaprika.com/llms-full.txt
ai.txt

ai.txt file was not found

Sitemap in robots.txt1

1 sitemap found

Schema.org (JSON-LD)

Schema.org markup was not found on the homepage

OpenGraph

OpenGraph tags were not found on the homepage

AI bot access

Based on robots.txt analysis

GPTBotNot mentioned
OAI-SearchBotNot mentioned
ChatGPT-UserNot mentioned
Google-ExtendedNot mentioned
ClaudeBotNot mentioned
Claude-SearchBotNot mentioned
Claude-UserNot mentioned
BytespiderNot mentioned
CCBotNot mentioned
PerplexityBotNot mentioned
Perplexity-UserNot mentioned

Sitemaps

Declared discovery routes for crawlers and agents.

# DexPaprika API

> Real-time DEX and on-chain cryptocurrency data: liquidity pools, swaps, token prices, transactions, and live SSE streams (token prices + pool reserves) across 36+ blockchain networks. REST API + streaming, no API key needed to start.

## Docs

- [DexPaprika crypto DEX API - on-chain liquidity & swap data for developers](https://docs.dexpaprika.com/introduction.md): Real‑time DEX and on‑chain cryptocurrency data: liquidity pools, swaps, token prices, and transactions across 36 blockchain networks via REST API and SSE streaming.
- [Coverage](https://docs.dexpaprika.com/coverage.md): Which blockchain networks, DEXes, liquidity pools and tokens the DexPaprika API covers, generated from the live API.
- [Core concepts](https://docs.dexpaprika.com/knowledge-base/concepts.md): Understand the key concepts behind DexPaprika: blockchain networks, DEXes, liquidity pools, tokens, OHLCV data, and how on-chain data flows from blockchains to the API.
- [Common patterns and workflows](https://docs.dexpaprika.com/knowledge-base/common-patterns.md): Standard workflows for DexPaprika API: looking up token prices, finding pools, getting historical data, filtering pools, batch pricing, and combining REST with streaming for real-time updates.
- [Network IDs, addresses, and case sensitivity](https://docs.dexpaprika.com/knowledge-base/identifiers.md): How to canonicalize network IDs, token addresses, pool addresses, and DEX identifiers when calling the DexPaprika API. Mixed-case inputs return 404 on REST; the MCP layer normalizes.
- [Joining token data across chains](https://docs.dexpaprika.com/knowledge-base/joining-across-chains.md): How to safely aggregate token data across multiple chains. Use (chain, address) tuples as the join key, never the symbol. Bridge variants share symbols but have different addresses.
- [Response headers, caching, and CORS](https://docs.dexpaprika.com/knowledge-base/response-headers.md): How DexPaprika sets cache-control, what stale-if-error means for your client, current CORS limitations, and the response headers you can rely on.
- [Error handling and troubleshooting](https://docs.dexpaprika.com/knowledge-base/error-handling.md): Complete guide to DexPaprika API error codes, common issues, and troubleshooting steps for REST API and Streaming API.
- [Rate limits and best practices](https://docs.dexpaprika.com/knowledge-base/rate-limits.md): DexPaprika API rate limits, pagination rules, caching strategies, and performance optimization tips for building efficient applications.
- [The console: keys, usage and billing](https://docs.dexpaprika.com/knowledge-base/console.md): Where to get an API key, rotate it, watch what you have spent, connect an AI client and find your invoices.
- [Plan your credit usage](https://docs.dexpaprika.com/knowledge-base/credit-usage.md): Work out what your workload actually costs before you commit to a plan. Real measured update rates, four worked cost models, and the point where streaming stops costing less than polling.
- [API tutorials](https://docs.dexpaprika.com/tutorials/tutorial_intro.md): Learn how to use the DexPaprika API with step-by-step tutorials.
- [DexPaprika CLI: DEX data from your terminal](https://docs.dexpaprika.com/tutorials/cli.md): Install the DexPaprika CLI with one command. Query token prices, pool data, OHLCV history, transactions, and stream live prices from your terminal. Supports macOS, Linux, and Windows.
- [Fetching token prices](https://docs.dexpaprika.com/tutorials/fetch-token-price.md): Learn how to retrieve the price of any token using DexPaprika API with simple curl commands.
- [Batch Token Prices Efficiently](https://docs.dexpaprika.com/tutorials/batch-token-prices.md): Fetch prices for up to 10 tokens in one call with the multi-asset endpoint, stay under the per-minute request limit, and understand why batching does not reduce credit spend.
- [Filter and screen liquidity pools](https://docs.dexpaprika.com/tutorials/pool-filtering.md): Use the DexPaprika pool search endpoint to find pools by volume, liquidity, transaction count, and creation date. Build pool screeners, find high-activity pools, and discover recently launched tokens.
- [Find new crypto pools and token launches](https://docs.dexpaprika.com/tutorials/find-new-pools.md): Discover newly created liquidity pools across 36 blockchains. Perfect for finding new tokens, arbitrage opportunities, and emerging DeFi projects early.
- [Get token price history and OHLCV data](https://docs.dexpaprika.com/tutorials/retrieve-historical-data.md): Get historical crypto price data (OHLCV) for any token across 36 blockchains. Perfect for building charts, backtesting strategies, and price analysis.
- [Build a crypto price alert bot](https://docs.dexpaprika.com/tutorials/crypto-alert-bot.md): Learn how to create a real-time cryptocurrency price alert system using DexPaprika API and Telegram
- [Local crypto analytics with DuckDB](https://docs.dexpaprika.com/tutorials/local-analytics-with-duckdb.md): Build a powerful, local crypto analytics database with DuckDB. This tutorial guides you through creating an ETL pipeline for Uniswap v3 data to run complex SQL queries instantly.
- [Crypto analytics with ClickHouse](https://docs.dexpaprika.com/tutorials/scaling-with-clickhouse.md): Take your crypto analytics to the next level with ClickHouse. This guide shows you how to build a production-grade data pipeline for massive datasets and lightning-fast queries.
- [Scalable time-series analytics with InfluxDB](https://docs.dexpaprika.com/tutorials/real-time-analytics-with-influxdb.md): Harness InfluxDB, a best-in-class time-series database, to build a powerful crypto analytics pipeline that scales from real-time monitoring to large historical datasets.
- [DexPaprika DEX API TypeScript SDK: on-chain liquidity and swap data client](https://docs.dexpaprika.com/get-started/sdk-ts.md): JavaScript client library for accessing decentralized exchange data across multiple blockchain networks
- [DexPaprika DEX API Go SDK: on-chain liquidity and swap data client](https://docs.dexpaprika.com/get-started/sdk-go.md): The official Go client library for the DexPaprika API, providing easy access to decentralized exchange data across multiple blockchain networks
- [DexPaprika DEX API Python SDK: on-chain liquidity and swap data client](https://docs.dexpaprika.com/get-started/sdk-python.md): The official Python client library for the DexPaprika API, providing easy access to decentralized exchange data across multiple blockchain networks
- [DexPaprika DEX API PHP SDK: on-chain liquidity and swap data client](https://docs.dexpaprika.com/get-started/sdk-php.md): The official PHP client library for the DexPaprika API, providing easy access to decentralized exchange data across multiple blockchain networks
- [All DexPaprika tools, SDKs and integrations](https://docs.dexpaprika.com/tools/all-tools.md): Every official DexPaprika tool in one place: MCP servers, SDKs for TypeScript, Python, Go and PHP, the Rust CLI, the n8n node, the LangChain package, the Claude plugin, and agent skills. Install commands for each.
- [Coverage checker](https://docs.dexpaprika.com/tools/coverage-checker.md): Use this tool to quickly verify whether an asset exists in DexPaprika’s dataset. Enter a contract address, token name, or ticker symbol; we’ll search our coverage and show the closest matches.
- [Brand assets](https://docs.dexpaprika.com/ai-integration/brand-assets.md): DexPaprika logos, colors, and the downloadable brand kit. Everything you need to use the DexPaprika mark correctly in an article, app, listing, or integration.
- [About us & media kit](https://docs.dexpaprika.com/about.md): Learn what DexPaprika does, our connection to CoinPaprika, and download our media kit with logos and icons.
- [DexPaprika for AI agents and AI-assisted development](https://docs.dexpaprika.com/ai-integration/index.md): Connect AI tools to real-time DEX data across 36 blockchains. Choose from Claude Code plugin, hosted MCP server, IDE integrations, ChatGPT Actions, or direct REST API access. Keyless to start.
- [DexPaprika Hosted MCP Server](https://docs.dexpaprika.com/ai-integration/hosted-mcp-server.md): Access real-time DeFi data in Claude, Cursor, and other MCP-compatible tools without any installation or setup. Our hosted MCP server provides instant access to comprehensive DEX data across 36 blockchains.
- [DexPaprika MCP server: DEX data for Claude, Cursor & AI agents](https://docs.dexpaprika.com/ai-integration/mcp.md): Give AI assistants live DEX data via MCP: pools, tokens and prices on 36 chains. Free to start, no API key. Install locally with npx or use the hosted server.
- [DexPaprika MCP tools reference](https://docs.dexpaprika.com/ai-integration/mcp-tools.md): Complete reference for all 17 DexPaprika MCP tools: parameters, defaults, pagination, sorting, and return shapes. The machine-readable manifest an AI agent needs to plan calls before connecting.
- [DexPaprika Claude Code plugin - Quick setup guide](https://docs.dexpaprika.com/ai-integration/claude-code-plugin-guide.md): Install the DexPaprika Claude Code plugin with two simple commands. Access real-time DEX data, liquidity pools, and token prices directly in Claude Code. Integrated MCP server with zero additional setup required.
- [Install DexPaprika agent skills](https://docs.dexpaprika.com/ai-integration/skills.md): Add the DexPaprika skill to Claude Code, Cursor, or any compatible AI agent with one command. Gives your agent full knowledge of the DexPaprika REST API, CLI, and streaming service.
- [Connect DexPaprika MCP to Cursor](https://docs.dexpaprika.com/ai-integration/cursor-ide-integration.md): Learn how to integrate DexPaprika documentation and MCP server directly into Cursor IDE for enhanced development workflows with real-time crypto data access.
- [Connect DexPaprika MCP to VS Code](https://docs.dexpaprika.com/ai-integration/vscode-ide-integration.md): Learn how to integrate DexPaprika documentation and the hosted MCP server directly into VS Code for enhanced AI-assisted workflows.
- [Connect DexPaprika MCP to Codex](https://docs.dexpaprika.com/ai-integration/codex.md): Add the DexPaprika MCP server to OpenAI Codex CLI with one command. Give Codex live DEX market data across 36 blockchains over streamable HTTP. No API key needed to start.
- [Connect DexPaprika to ChatGPT](https://docs.dexpaprika.com/ai-integration/chatgpt-actions.md): Give ChatGPT live DEX market data from DexPaprika. Add it as a custom GPT Action (works on any paid plan, keyless) or as a native MCP connector in ChatGPT Developer Mode (beta).
- [Connect DexPaprika MCP to any client](https://docs.dexpaprika.com/ai-integration/mcp-clients.md): Connect the keyless DexPaprika MCP server to any MCP-compatible client (Windsurf, Cline, Zed, and more). One canonical config: a remote SSE/streamable-HTTP URL, or a local stdio command.
- [DexPaprika tools for LangChain agents](https://docs.dexpaprika.com/ai-integration/langchain.md): Give a LangChain agent keyless DEX market data with langchain-dexpaprika: five tools plus a toolkit for search, token details, pools, OHLCV, and networks across every supported blockchain. No API key needed to start.
- [Use DexPaprika with CrewAI](https://docs.dexpaprika.com/ai-integration/crewai.md): Give a CrewAI agent live DEX market data by connecting the keyless DexPaprika hosted MCP server with MCPServerAdapter. All 17 tools, zero custom code.
- [Use DexPaprika with the Vercel AI SDK](https://docs.dexpaprika.com/ai-integration/vercel-ai-sdk.md): Pull all 17 DexPaprika tools into the Vercel AI SDK with createMCPClient and the keyless hosted MCP server, then use them with generateText and streamText. No custom code.
- [Use DexPaprika in n8n](https://docs.dexpaprika.com/ai-integration/n8n.md): Two ways to use live DEX market data in n8n: the dedicated n8n-nodes-dexpaprika community node with typed operations, or the built-in MCP Client Tool pointed at the keyless hosted MCP server. No API key needed to start.
- [Vibe code a crypto dashboard with AI](https://docs.dexpaprika.com/ai-integration/vibe-coding-with-ai.md): Use Claude Code, Cursor, or any AI-assisted IDE with DexPaprika access to build a crypto dashboard from a natural language prompt. No manual API calls, let the AI do the work.
- [DexPaprika API reference: free DEX data API for 36 chains](https://docs.dexpaprika.com/api-reference/introduction.md): Free DEX API: token prices, liquidity pools, OHLCV and swap transactions across 36 blockchains. REST endpoints, no API key needed to start. Start with one curl.
- [Advanced pool filtering on a specific network.](https://docs.dexpaprika.com/api-reference/pools/advanced-pool-filtering-on-a-specific-network.md): Retrieves a paginated list of pools matching the advanced search criteria. Supports various filters and cursor-based pagination.
- [Advanced pool filtering across multiple networks.](https://docs.dexpaprika.com/api-reference/pools/advanced-pool-filtering-across-multiple-networks.md): Retrieves a paginated list of pools matching the advanced search criteria across multiple chains. Supports various filters and cursor-based pagination.
- [Get a pool on a network.](https://docs.dexpaprika.com/api-reference/pools/get-a-pool-on-a-network.md): Retrieve detailed information about a specific on-chain pool,  including token pairs, current price data, and volume metrics.
- [Get OHLCV data for a pool pair.](https://docs.dexpaprika.com/api-reference/pools/get-ohlcv-data-for-a-pool-pair.md): Retrieves Open-High-Low-Close-Volume (OHLCV) data for a specific pool,  potentially over a specified time range.   - **start** is **required** to set the beginning of the data window.   - **end** is optional; if omitted, data is returned for the "start" date only.   - **limit** can control how many…
- [Get transactions of a pool on a network. Paging can be used up to 100 pages.](https://docs.dexpaprika.com/api-reference/pools/get-transactions-of-a-pool-on-a-network-paging-can-be-used-up-to-100-pages.md)
- [Advanced pool filtering.](https://docs.dexpaprika.com/api-reference/pools/advanced-pool-filtering.md): Removed. Use `/networks/{network}/pools/search` instead.
- [Get top pools on a network.](https://docs.dexpaprika.com/api-reference/pools/get-top-pools-on-a-network.md): Removed. Use `/networks/{network}/pools/search` instead.
- [Get top pools.](https://docs.dexpaprika.com/api-reference/pools/get-top-pools.md): Removed. Use `/pools/search` instead.
- [Advanced token filtering on a specific network.](https://docs.dexpaprika.com/api-reference/tokens/advanced-token-filtering-on-a-specific-network.md): Retrieves a paginated list of tokens on a specific network matching the advanced search criteria. Supports various filters and cursor-based pagination.
- [Advanced token filtering across multiple networks.](https://docs.dexpaprika.com/api-reference/tokens/advanced-token-filtering-across-multiple-networks.md): Retrieves a paginated list of tokens matching the advanced search criteria across multiple chains. Supports various filters and cursor-based pagination.
- [Get a token's latest data on a network.](https://docs.dexpaprika.com/api-reference/tokens/get-a-tokens-latest-data-on-a-network.md): Retrieves detailed information about a specific token on the given network,  including latest price, metadata, status, and recent summary metrics such as price changes  and volumes over multiple timeframes.
- [Get top X pools for a token.](https://docs.dexpaprika.com/api-reference/tokens/get-top-x-pools-for-a-token.md): Removed. Use `/networks/{network}/pools/search` with the `token_address` filter instead.
- [Get batched prices for multiple tokens on a network.](https://docs.dexpaprika.com/api-reference/tokens/get-batched-prices-for-multiple-tokens-on-a-network.md): Retrieves the current USD price for a list of specified token addresses  in a single API call. This is more efficient than making multiple requests  to the single-token detail endpoint when you only need pricing information.
- [Advanced token filtering.](https://docs.dexpaprika.com/api-reference/tokens/advanced-token-filtering.md): Removed. Use `/networks/{network}/tokens/search` instead.
- [Get top tokens on a network.](https://docs.dexpaprika.com/api-reference/tokens/get-top-tokens-on-a-network.md): Removed. Use `/networks/{network}/tokens/search` instead.
- [Get a list of available blockchain networks.](https://docs.dexpaprika.com/api-reference/networks/get-a-list-of-available-blockchain-networks.md): Retrieve a list of all supported blockchain networks, including metadata like display names and associated details. Ideal for building dropdowns  or querying supported networks for your application.
- [Get a list of available dexes on a network.](https://docs.dexpaprika.com/api-reference/dexes/get-a-list-of-available-dexes-on-a-network.md)
- [Search for tokens, pools, and DEXes](https://docs.dexpaprika.com/api-reference/search/search-for-tokens-pools-and-dexes.md): Allows users to search across multiple entities (tokens, pools, and DEXes)  in a single query. Useful for quickly finding resources by name, symbol, or ID.
- [Retrieve high-level asset statistics](https://docs.dexpaprika.com/api-reference/utils/retrieve-high-level-asset-statistics.md): Provides a snapshot of the total number of chains, factories, pools,  and tokens tracked by this API. Ideal for overview dashboards or  quick system capacity checks.
- [Get your plan and current-period credit usage.](https://docs.dexpaprika.com/api-reference/utils/get-your-plan-and-current-period-credit-usage.md): Returns the plan the request was evaluated against and, for requests authenticated with an API key on `api-pro.dexpaprika.com`, the account email plus credits used and remaining in the current billing period.
- [DexPaprika Pro API - authenticated access for paid plans](https://docs.dexpaprika.com/api-pro/introduction.md): Authenticated DEX and on-chain data for paid plans: 5,000,000 credits a month, 300 requests a minute, real-time data, dedicated infrastructure, and priority support. API key access on api-pro.dexpaprika.com.
- [Real-time DEX streaming API: live token prices via SSE](https://docs.dexpaprika.com/streaming/introduction.md): Stream live DEX token prices and pool reserve changes over Server-Sent Events (SSE). Real-time crypto data with no API key needed to start and no WebSocket plumbing.
- [Quick Start: Your First Stream](https://docs.dexpaprika.com/streaming/tutorials/quick-start.md): Stream live token prices and pool reserves in under 10 minutes. Two feeds, one SSE transport, no API key needed to start.
- [Showcase streams: the keyless token list](https://docs.dexpaprika.com/streaming/showcase-streams.md): The one flagship asset per chain you can stream without an API key, with its contract address and a live demo for every one of the 36 chains.
- [Real-Time Pool Reserves Streaming](https://docs.dexpaprika.com/streaming/reserves-streaming.md): Subscribe to block-by-block, USD-denominated liquidity changes for any DEX pool or any token, pushed over Server-Sent Events.
- [Detect Liquidity Drains in Real Time](https://docs.dexpaprika.com/streaming/guides/detect-liquidity-drains.md): Build a rug-pull detector that alerts the block liquidity leaves a DEX pool. Free streaming API: no node, no log decoding, no getReserves polling. ~70 lines.
- [Production-Grade Reserve Streaming](https://docs.dexpaprika.com/streaming/guides/production-reserve-streaming.md): Run /sse/reserves 24/7 without losing data or hammering the API: reconnection that actually works, missed-block detection, error classification, and multiplexing at scale.
- [React & Next.js Integration](https://docs.dexpaprika.com/streaming/guides/react-integration.md): Build real-time price components for React and Next.js applications with TypeScript support
- [Stream real-time prices for an asset](https://docs.dexpaprika.com/streaming/stream-real-time-data-for-a-single-asset.md): Establishes an SSE stream for a single token's price using query parameters. **Emitted events:** `token_price` · `ping` · `warning` · `error`
- [Stream real-time prices for multiple assets](https://docs.dexpaprika.com/streaming/subscribe-to-multiple-assets-streaming.md): Establishes a multiplexed SSE stream for up to 25 token price subscriptions in a single connection. **Emitted events:** `token_price` · `ping` · `warning` · `error`
- [Stream real-time reserve updates for a single pool or token](https://docs.dexpaprika.com/streaming/stream-real-time-reserves-for-a-single-asset.md): Establishes an SSE stream for reserve updates on a specific pool or token using query string parameters. **Supported Channel Events:** - `pool_reserves`: Per-block reserve update for a pool. Schema matches `PoolReservesResponse`. - `token_reserves`: Aggregated reserve update across all pools for a t…
- [Stream real-time reserve updates for multiple pools or tokens](https://docs.dexpaprika.com/streaming/subscribe-to-multiple-reserves-streaming.md): Establishes a multiplexed SSE stream for reserve updates across multiple pools or tokens within a single connection. **Stream Constraints:** Maximum payload array length is **25 subscriptions**. **Supported Channel Events:** - `pool_reserves`: Per-block reserve update for a pool. Schema matches `Poo…
- [Stream real-time prices for an asset](https://docs.dexpaprika.com/api-reference/stream-real-time-prices-for-an-asset.md): Establishes an SSE stream for a single token's price using query parameters. **Emitted events:** `token_price` · `ping` · `warning` · `error`
- [Stream real-time prices for multiple assets](https://docs.dexpaprika.com/api-reference/stream-real-time-prices-for-multiple-assets.md): Establishes a multiplexed SSE stream for up to 25 token price subscriptions in a single connection. **Emitted events:** `token_price` · `ping` · `warning` · `error`
- [Stream real-time swap transactions for a single pool or token](https://docs.dexpaprika.com/api-reference/stream-real-time-swap-transactions-for-a-single-pool-or-token.md): Establishes an SSE stream for swap transactions on a specific pool or token using query string parameters. **Supported Channel Events:** - `pool`: Swap transactions for a pool. Schema matches `TransactionResponse`. - `token`: Swap transactions involving a token. Schema matches `TransactionResponse`.…
- [Stream real-time swap transactions for multiple pools or tokens](https://docs.dexpaprika.com/api-reference/stream-real-time-swap-transactions-for-multiple-pools-or-tokens.md): Establishes a multiplexed SSE stream for swap transactions across multiple pools or tokens within a single connection. **Stream Constraints:** Maximum payload array length is **25 subscriptions**. **Supported Channel Events:** - `pool`: Swap transactions for a pool. Schema matches `TransactionRespon…
- [Stream real-time reserve updates for a single pool or token](https://docs.dexpaprika.com/api-reference/stream-real-time-reserve-updates-for-a-single-pool-or-token.md): Establishes an SSE stream for reserve updates on a specific pool or token using query string parameters. **Supported Channel Events:** - `pool_reserves`: Per-block reserve update for a pool. Schema matches `PoolReservesResponse`. - `token_reserves`: Aggregated reserve update across all pools for a t…
- [Stream real-time reserve updates for multiple pools or tokens](https://docs.dexpaprika.com/api-reference/stream-real-time-reserve-updates-for-multiple-pools-or-tokens.md): Establishes a multiplexed SSE stream for reserve updates across multiple pools or tokens within a single connection. **Stream Constraints:** Maximum payload array length is **25 subscriptions**. **Supported Channel Events:** - `pool_reserves`: Per-block reserve update for a pool. Schema matches `Poo…
- [Stream real-time prices for an asset (Deprecated)](https://docs.dexpaprika.com/api-reference/stream-real-time-prices-for-an-asset-deprecated.md): **Deprecated - scheduled for removal in 2027. Use [`GET /sse/prices`](#operation/streamSingleAssetPrice) with `method=token_price` instead.** Establishes an SSE stream for a single token using the legacy `t_p` event channel. The path `/stream` is an alias for `/sse/prices` with identical parameters.…
- [Stream real-time prices for multiple assets (Deprecated)](https://docs.dexpaprika.com/api-reference/stream-real-time-prices-for-multiple-assets-deprecated.md): **Deprecated - scheduled for removal in 2027. Use [`POST /sse/prices`](#operation/streamBatchAssetPrices) with `method: token_price` instead.** Establishes a multiplexed SSE stream for up to 25 token price subscriptions using the legacy `t_p` event channel. The path `/stream` is an alias for `/sse/p…
- [Changelog](https://docs.dexpaprika.com/changelog/changelog.md): Track all updates and changes to DexPaprika API
- [Advanced pool filtering.](https://docs.dexpaprika.com/api-reference/pools/advanced-pool-filtering-on-a-network.md): Removed. Use /networks/{network}/pools/search instead.
- [Get top pools.](https://docs.dexpaprika.com/api-reference/pools/get-top-x-pools.md): Removed. Use /pools/search instead.
- [Get top pools on a network.](https://docs.dexpaprika.com/api-reference/pools/get-top-x-pools-on-a-network.md): Removed. Use /networks/{network}/pools/search instead.
- [Get top x pools on a networks dex](https://docs.dexpaprika.com/api-reference/pools/get-top-x-pools-on-a-networks-dex.md): Removed. Use /networks/{network}/pools/search with the dex_name filter instead.
- [Get batched prices for multiple tokens on a network.](https://docs.dexpaprika.com/api-reference/tokens/get-batched-token-prices-on-a-network.md): Fetch current USD prices for up to 10 token addresses in a single request
- [Skill](https://docs.dexpaprika.com/skill.md): Query on-chain DEX data and stream real-time crypto prices using DexPaprika -- token prices, liquidity pools, OHLCV history, swap transactions, advanced pool filtering, and live price streaming via SSE across 33+ blockchains. Use this skill whenever the user wants to fetch crypto token prices, look…

## OpenAPI Specs

- [api-streaming](https://docs.dexpaprika.com/streaming/api-streaming.yml)
- [openapi](https://docs.dexpaprika.com/api-reference/openapi.yml)
- [package-lock](https://docs.dexpaprika.com/package-lock.json)

## AsyncAPI Specs

- [asyncapi](https://docs.dexpaprika.com/api-reference/streaming-api/asyncapi.yml)

## Optional

- [REST API Reference](https://docs.dexpaprika.com/api-reference/introduction)
- [Discord Community](https://discord.gg/DhJge5TUGM)
- [DexPaprika](https://dexpaprika.com)
- [CoinPaprika](https://coinpaprika.com)
- [CoinPaprika on X](https://x.com/coinpaprika)
Share or continue the analysis
Share this audit
Discuss with AI
Added 8/19/2026
docs.dexpaprika.com - AI readiness audit | llmsmap.me