Skip to main content

Prerequisites

  • Node.js 14.0.0 or higher
  • Connection to the internet to access the DexPaprika API
  • No API key required

Installation

Install the DexPaprika SDK using your preferred package manager:

Quick Example

API Methods Reference

All API methods in the DexPaprika SDK follow a consistent pattern, accepting required parameters first, followed by an optional options object for additional configuration. This options pattern provides flexibility while keeping the API clean and easy to use. For example, most listing methods accept pagination and sorting options:
category
category
category
category
category

Complete Example

Advanced Features

Error Handling

Caching

Pagination Helper

Custom Configuration

Resources

API Status

The DexPaprika API provides consistent data with stable endpoints. No API key is currently required to access the service. We aim to maintain backward compatibility and provide notice of any significant changes.

FAQs

No. The API is public; no keys or registration required.
Use Coverage Checker or list Networks and query Tokens/Pools to discover addresses.
Use pools/transactions endpoints with pool_address, network, and time/paging params as documented.
Handle retries for transient HTTP errors and keep calls reasonable for public endpoints.