pay-for-http-request

oleh stripe

Buat permintaan HTTP dengan dukungan pembayaran x402 otomatis menggunakan antarmuka baris perintah purl.

npx skills add https://github.com/stripe/purl --skill pay-for-http-request

pay-for-http-request

Make HTTP requests with automatic x402 payment support using purl.

Description

This skill enables making HTTP requests to payment-gated APIs using purl, a curl-like CLI tool that automatically handles x402-based payments on EVM and Solana networks.

When to Use This Skill

When an API returns HTTP 402 (Payment Required) and supports the x402 payment protocol, purl can automatically negotiate and execute the payment to access the resource.

Common Scenarios

ScenarioExample
Tool callsPaying per request to an API service
Premium data feedsAccessing real-time market data, weather, or analytics
Content monetizationPaying to access paywalled articles or media
Compute resourcesOn-demand access to compute or storage services

When NOT to Use

  • Regular HTTP requests that don't require payment (use curl instead)
  • APIs using traditional payment methods (credit cards, API keys with billing)

Usage

purl <URL> [OPTIONS]
purl <COMMAND>

Commands

CommandDescription
walletManage wallets (keystores)
configManage configuration
balanceCheck wallet balance
inspectInspect payment requirements without executing
networksManage and inspect supported networks
versionShow version information
completionsGenerate shell completions script
topicsDisplay help topics (exit-codes, formatting, examples, environment)

Request Options

Payment Options

OptionDescription
--max-amount <AMOUNT>Maximum amount willing to pay (in atomic units)
--confirmRequire confirmation before paying
--network <NETWORKS>Filter to specific networks (comma-separated)
--dry-runPreview payment without executing

Display Options

OptionDescription
-v, --verbosityVerbosity level (can be used multiple times: -v, -vv, -vvv)
-q, --quiet / -s, --silentDo not print log messages
-i, --includeInclude HTTP headers in output
-I, --headShow only HTTP headers
-o, --output <FILE>Write output to file
--output-format <FORMAT>Output format: auto, text, json, yaml (auto detects: text for terminal, json for pipes)
--color <MODE>Control color output: auto, always, never

HTTP Options

OptionDescription
-X, --request <METHOD>Custom request method
-H, --header <HEADER>Add custom header
-A, --user-agent <AGENT>Set user agent
-L, --locationFollow redirects
--connect-timeout <SECONDS>Connection timeout in seconds
-m, --max-time <SECONDS>Maximum time for the request
-d, --data <DATA>POST data
--json <JSON>Send JSON data with Content-Type header

Wallet Options

OptionDescription
--wallet <PATH>Path to wallet file
--password <PASSWORD>Password for wallet decryption
--private-key <KEY>Raw private key (hex, for EVM; use wallet for better security)

Global Options

OptionDescription
-C, --config <PATH>Configuration file path

Wallet Commands

purl wallet <COMMAND>
CommandDescription
listList available wallets
addCreate a new wallet (interactive)
show <NAME>Show wallet details
verify <NAME>Verify wallet integrity
use <NAME>Set a wallet as the active payment method
remove <NAME>Remove a wallet

Wallet Add Options

OptionDescription
-n, --name <NAME>Name for the wallet
-t, --type <TYPE>Wallet type: evm or solana
-k, --private-key <KEY>Private key to import (hex for EVM, base58 for Solana)

Config Commands

purl config [COMMAND]
CommandDescription
(none)Show current config
get <KEY>Get a specific configuration value (supports dot notation)
validateValidate configuration file

Examples

Basic payment request

purl https://api.example.com/premium-data

Preview payment without executing

purl --dry-run https://api.example.com/data

Require confirmation before payment

purl --confirm https://api.example.com/data

Set maximum payment amount

purl --max-amount 10000 https://api.example.com/data

Filter to specific network

purl --network base-sepolia https://api.example.com/data

Verbose output with headers

purl -vi https://api.example.com/data

Save output to file as JSON

purl -o output.json --output-format json https://api.example.com/data

POST request with JSON data

purl --json '{"key": "value"}' https://api.example.com/data

Custom headers

purl -H "Authorization: Bearer token" https://api.example.com/data

Follow redirects with custom method

purl -L -X POST https://api.example.com/data

Check wallet balance

purl balance
purl balance --network base

Inspect payment requirements

purl inspect https://api.example.com/endpoint

Wallet management

purl wallet add                      # Interactive wallet creation
purl wallet add --type evm           # Skip type selection
purl wallet add --type solana -k KEY # Import existing key
purl wallet list                     # List all wallets
purl wallet use my-wallet            # Switch active wallet

View supported networks

purl networks
purl networks info base

Supported Networks

TypeNetworks
EVMethereum, ethereum-sepolia, base, base-sepolia, avalanche, avalanche-fuji, polygon, arbitrum, optimism
SVMsolana, solana-devnet

Prerequisites

  1. Create a wallet: purl wallet add
  2. Set up a payment method (wallet) with funds on the desired network
  3. Ensure the target API supports x402 payment protocol

Environment Variables

VariableDescription
PURL_MAX_AMOUNTDefault maximum amount willing to pay
PURL_NETWORKDefault network filter
PURL_CONFIRMDefault confirmation behavior (true/false)
PURL_KEYSTOREDefault wallet/keystore path
PURL_PASSWORDWallet password (for non-interactive use)

Lebih banyak skill dari stripe

connect-recommend
stripe
Keterampilan ini harus digunakan ketika pengguna bertanya tentang konfigurasi Stripe Connect, pola tagihan, akses dasbor, atau cara memulai dengan Connect, adalah…
official
connect-recommend
stripe
Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started with Connect, is building a…
official
connect-required-verification-information
stripe
Gunakan skill ini ketika pengguna bertanya informasi apa yang harus diberikan akun terhubung Stripe Connect untuk verifikasi, onboarding, KYC, atau persyaratan akun;…
official
stripe-apps
stripe
Gunakan saat membangun, memodifikasi, atau meninjau Stripe App — atau saat pengguna mendeskripsikan sesuatu yang mengimplikasikannya (mis. "tambahkan panel ke halaman pelanggan",…
official
stripe-directory
stripe
Gunakan ketika pengguna ingin mencari bisnis, perangkat lunak, penyedia layanan, atau mitra untuk industri, alur kerja, masalah, kemampuan, atau pekerjaan tertentu yang akan…
official
stripe-docs
stripe
Use when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over curl or WebFetch for any docs.stripe.com…
official
stripe-projects
stripe
Menyediakan layanan pihak ketiga dan mengambil kunci/token API menggunakan plugin CLI Stripe Projects.
official
connect-recommend
stripe
Gunakan skill ini saat pengguna bertanya tentang konfigurasi Stripe Connect, pola tagihan, akses Dashboard, atau cara memulai dengan Connect, sedang membangun…
official