ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

boltzpay

Pay for API data automatically — multi-protocol (x402 + L402), multi-chain

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/leventilo/boltzpay
Or

BoltzPay — Paid API Access for AI Agents

BoltzPay lets AI agents pay for API data automatically. It supports multiple payment protocols (x402 and L402) and multiple blockchains (Base and Solana), paying with USDC or Bitcoin Lightning. Agents can discover, evaluate, and purchase API data in a single workflow.

Quick Start

Fetch data from a paid API endpoint:

npx @boltzpay/cli fetch https://invy.bot/api

Commands

CommandDescriptionCredentials Needed
npx @boltzpay/cli fetch <url>Fetch and pay for API dataYes
npx @boltzpay/cli check <url>Check if URL requires paymentNo
npx @boltzpay/cli quote <url>Get a price quoteNo
npx @boltzpay/cli discoverBrowse compatible APIsNo
npx @boltzpay/cli budgetCheck spending budgetNo
npx @boltzpay/cli historyView payment historyNo
npx @boltzpay/cli walletCheck wallet address and balanceNo
npx @boltzpay/cli demoInteractive demo walkthroughNo

Setup

Set the following environment variables for paid API access:

  • COINBASE_API_KEY_ID — Your Coinbase CDP API key ID
  • COINBASE_API_KEY_SECRET — Your Coinbase CDP API key secret
  • COINBASE_WALLET_SECRET — Your Coinbase CDP wallet secret
  • BOLTZPAY_DAILY_BUDGET — Daily spending limit in USD (optional, default: unlimited)

Get your Coinbase CDP keys at portal.cdp.coinbase.com.

Examples

1. Discover available APIs

npx @boltzpay/cli discover

Browse the directory of paid APIs compatible with BoltzPay. No credentials needed.

2. Check price before paying

npx @boltzpay/cli check https://invy.bot/api

See the payment protocol, amount, and chain options without spending anything.

3. Fetch paid data

npx @boltzpay/cli fetch https://invy.bot/api

Automatically detects the payment protocol, pays with USDC, and returns the API response.

No Credentials?

Seven of the eight commands work without any Coinbase credentials:

  • check — see if a URL requires payment
  • quote — get detailed pricing
  • discover — browse the API directory
  • budget — check spending limits
  • history — view past transactions
  • wallet — check wallet address and balance
  • demo — interactive demo walkthrough

Only fetch requires credentials (it makes actual payments).

Links

Metadata

Author@leventilo
Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-leventilo-boltzpay": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.