npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-dexpaprika

v0.1.1

Published

n8n community node for DexPaprika: keyless real-time DEX and on-chain market data across 36 blockchains (pools, token prices, OHLCV, search).

Readme

n8n-nodes-dexpaprika

npm version License: MIT

An n8n community node for DexPaprika: keyless, real-time DEX and on-chain market data across 36 blockchains. No API key, no signup.

The node works as a normal n8n node and as an AI Agent tool, so your AI Agent can query live DeFi data directly.

Installation

In n8n, go to Settings > Community Nodes > Install, enter n8n-nodes-dexpaprika, and confirm. See the n8n community nodes docs for details.

Operations

Token

  • Search - find tokens, pools, and DEXes across all networks by name, symbol, or address
  • Get Details - price and metadata for one token on one network
  • Get Prices (Batch) - USD prices for up to 10 tokens on the same network
  • Get Top Tokens - top tokens on a network by volume

Pool

  • Get Top Pools - top pools on a network by volume
  • Get Details - full details for one pool
  • Get OHLCV - historical candles for one pool (1m to 24h intervals)

Network

  • List Networks - every supported blockchain network
  • List DEXes - DEXes on a network
  • Get Stats - platform-wide totals (chains, DEXes, pools, tokens)

Example

As a normal node. Add the DexPaprika node, set Resource to Pool and Operation to Get Top Pools, and Network to base. Run it, and the node returns the top pools on Base by 24h volume, ready to pass to any downstream node (a message, a spreadsheet, a database).

As an AI Agent tool. Wire the DexPaprika node into an AI Agent node's Tool input and prompt the agent with something like "What are the top 5 pools on Base by 24h volume, and what is WETH trading at on Ethereum?" The agent picks the right operations, fills in the parameters, and returns live results.

Credentials

None. The DexPaprika API is keyless for public read access. A free registered key or Pro plan raises your rate and monthly quota; see the rate limits.

Resources

License

MIT