Install
- Community Nodes (recommended)
- npm
- In n8n, go to Settings > Community Nodes
- Click Install
- Enter
@boltzpay/n8n-nodes-boltzpay - Click Install
Credentials
Some operations require Coinbase CDP keys to sign payment transactions.- In n8n, go to Credentials > New
- Search for BoltzPay
- Enter your Coinbase CDP credentials (API Key ID, API Key Secret, Wallet Secret)
Check, Quote, and Discover work without credentials. Only Fetch requires them.Operations
| Operation | Description | Credentials |
|---|---|---|
| Fetch | Fetch and pay for API data. Handles x402/L402 automatically. | Yes |
| Check | Check if a URL requires payment. Returns protocol and price. | No |
| Quote | Get price quote with multi-chain options. | No |
| Discover | Browse compatible paid APIs. Filter by category. | No |
Fetch
Fetches data from a paid API endpoint. Handles payment negotiation automatically. Parameters: URL, HTTP Method (GET/POST/PUT), Chain (Auto/EVM/SVM).Output
Check
ReturnsisPaid, protocol, price, and network. Useful for conditional workflow logic (IF node).
Quote
Returns protocol, price, and multi-chain alternatives without executing payment.Discover
Lists API directory entries with name, URL, protocol, category, and pricing. Supports category filter:crypto-data, utilities, demo.
Workflow Examples
Check Before You Pay
- Manual Trigger
- BoltzPay (Check) on
https://invy.bot/api - IF branch on
isPaid === true - BoltzPay (Fetch) on the true branch
- HTTP Request on the false branch
API Discovery
- Manual Trigger
- BoltzPay (Discover) with category
crypto-data - Filter to select matching APIs
- BoltzPay (Quote) for live pricing on each result