Install
Quick Start
Enable Payments
Pass your Coinbase CDP credentials to let the agent pay for API data:Pre-built SDK Instance
If you already have aBoltzPay instance, pass it directly:
Tools
| Tool | Description | Credentials |
|---|---|---|
boltzpay_fetch | Fetch data from a paid API. Auto-detects protocol, pays, returns response. | Yes |
boltzpay_check | Check if a URL requires payment. Returns protocol and price. | No |
boltzpay_quote | Get a detailed price quote with multi-chain options. | No |
boltzpay_discover | Browse the directory of compatible paid APIs. | No |
boltzpay_budget | View current budget limits and spending. | No |
boltzpay_history | View payment history for this session. | No |
boltzpay_wallet | View wallet info, chains, and balances. | No |
Only
boltzpay_fetch requires Coinbase credentials. All other tools work in read-only mode with boltzpayTools() (no config).