Pricing
Three ways to access the BlockchainView API. Start free, subscribe for production workloads, or pay per request with x402.
Subscribe to Pro
Enter your email to start a Stripe checkout session. Your existing API keys will be upgraded automatically.
x402
Per-Request Payment
HTTP-native micropayments. Any wallet can access the API without an account. Pay $0.001 USDC per request on Base.
# 1. Request without auth → 402 Payment Required
curl https://blockchainview.org/api/v1/issuers
# → 402 { "x402": { "price": "1000", "network": "base", ... } }
# 2. Pay USDC on Base, retry with receipt
curl -H "Payment-Signature: <receipt>" \
https://blockchainview.org/api/v1/issuers
# → 200 { "data": [...] }Which option is right for you?
| Use Case | Recommended |
|---|---|
| Testing and prototyping | Free |
| Production applications with predictable costs | Pro |
| Programmatic agents and one-off queries | x402 |