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

@boltzpay/n8n-nodes-boltzpay

v0.1.1

Published

n8n community node for BoltzPay — pay for API data in your workflows

Readme

npm License: MIT

@boltzpay/n8n-nodes-boltzpay

n8n community node for BoltzPay — pay for API data directly in your workflows via x402 and L402 protocols.

Installation

Via n8n Community Nodes (recommended)

  1. In n8n, go to Settings > Community Nodes
  2. Click Install
  3. Enter @boltzpay/n8n-nodes-boltzpay
  4. Click Install

Via npm

npm install @boltzpay/n8n-nodes-boltzpay

Features

  • 4 operations — Fetch, Check, Quote, Discover
  • Credential management — Native n8n credential type for Coinbase CDP keys
  • Explore without keys — Check, Quote, and Discover work without credentials
  • Multi-protocol — x402 (USDC on Base/Solana) and L402 (Lightning)

Credentials

Some operations (like Fetch) require Coinbase CDP credentials to sign payment transactions.

  1. In n8n, go to Credentials > New
  2. Search for BoltzPay
  3. Enter your Coinbase CDP credentials:
    • API Key ID — Your Coinbase CDP API Key ID
    • API Key Secret — Your Coinbase CDP API Key Secret
    • Wallet Secret — Your Coinbase CDP Wallet Secret

Get your keys from the Coinbase Developer Platform.

Note: The Check, Quote, and Discover operations work without credentials. You only need credentials for the Fetch operation which executes payments.

Operations

| Operation | Description | Requires Credentials | | ------------ | ------------------------------- | :------------------: | | Fetch | Fetch and pay for API data | Yes | | Check | Check if URL requires payment | No | | Quote | Get price quote for URL | No | | Discover | Browse compatible API directory | No |

Fetch

Fetches data from a paid API endpoint. Handles payment negotiation automatically.

Parameters:

  • URL — The API endpoint URL
  • HTTP Method — GET, POST, or PUT (default: GET)
  • Chain — Auto, EVM (Base), or SVM (Solana) (default: Auto)

Check

Checks whether a URL requires payment. Useful for conditional workflow logic.

Quote

Gets the price quote for a URL without executing payment.

Discover

Browses the built-in API directory of compatible paid endpoints. Optionally filter by category.

Categories: crypto-data, utilities, demo

Usage Examples

Check Before You Pay

  1. Manual Trigger — Start the workflow
  2. BoltzPay (Check) — Check https://invy.bot/api
  3. IF — Branch on isPaid === true
  4. BoltzPay (Fetch) — Fetch and pay for the data (true branch)
  5. HTTP Request — Use standard HTTP for free endpoints (false branch)

API Discovery

  1. Manual Trigger — Start the workflow
  2. BoltzPay (Discover) — List all APIs (or filter by category)
  3. Filter — Select APIs matching your criteria
  4. BoltzPay (Quote) — Get live pricing for each API

Links

Part of BoltzPay

This package is part of the BoltzPay open-source SDK — giving AI agents the ability to pay for APIs automatically.

License

MIT