Pricing

Three ways to access the BlockchainView API. Start free, subscribe for production workloads, or pay per request with x402.

Free

Free
  • 100 requests per hour
  • Up to 3 API keys
  • Full API access
  • Community support
Get started

Pro

CHF 9.99/month
  • 1,000 requests per hour
  • Up to 10 API keys
  • Full API access
  • Priority support
Subscribe

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": [...] }
Network: Base (L2)|Currency: USDC|Price: $0.001/req|x402.org

Which option is right for you?

Use CaseRecommended
Testing and prototypingFree
Production applications with predictable costsPro
Programmatic agents and one-off queriesx402