Zahlung pro Aufruf
Kein Abonnement. Kein API-Schlüssel. Bruchteile eines Cents pro Anfrage — on-chain abgerechnet mit USDC über das x402-Protokoll.
Preise pro Endpoint
Derzeit kostenlos während der Beta. Die unten aufgeführten Preise gelten ab Aktivierung der x402-Zahlungen.
$0.005
pro Aufruf
Eine einzelne IBAN validieren mit SEPA-, Emittenten- und Risikodaten
$0.002
pro IBAN (bis zu 100)
Batch-Validierung mit vollständiger Anreicherung pro IBAN
$0.003
pro Aufruf
BIC/SWIFT-Code in der GLEIF-Datenbank nachschlagen
Kostenlose Endpoints
GET /v1/demo und GET /health sind immer kostenlos — keine Zahlung erforderlich.
Berechnen Sie Ihre Kosten
Verschieben Sie den Regler, um Ihre monatlichen Kosten zu sehen.
Cost breakdown
| Endpoint | Rate | Monthly cost |
|---|---|---|
| IBAN Validate | $0.0050/call | $5.00 |
| IBAN Batch (per IBAN) | $0.0020/call | $2.00 |
| BIC Lookup | $0.0030/call | $3.00 |
At 1,000 calls/month per endpoint
You only pay for what you actually call
$5.00
for /v1/iban/validate
So funktionieren die Zahlungen
- 💳Kein Abonnement. Kein API-Schlüssel. Zahlung pro Aufruf mit USDC.
- ⚡Ihr HTTP-Client sendet mit jeder Anfrage eine Mikrozahlung — automatisch, über Standard-Header.
- 🔗Zahlungen werden auf Base (Ethereum L2) abgewickelt — schnell, günstig und on-chain verifizierbar.
- 🆓Kostenloses Testen über den Endpoint /v1/demo und den /playground verfügbar.
Beispiel — automatische Zahlung
# Install the x402 HTTP client
npm install x402-fetch
# Then call the API normally
import { wrapFetch } from "x402-fetch"
// Payment handled automatically
const fetch = wrapFetch()
const res = await fetch(
"https://api.ibanforge.com/v1/iban/validate"
)
Häufig gestellte Fragen
x402 is an open micropayment protocol that uses HTTP status code 402 (Payment Required). When you call a paid endpoint, the server responds with a 402 containing payment details. Your client automatically sends a signed USDC payment on Base, and the server re-processes your request — all within a single HTTP round-trip.
Payments are made in USDC on the Base network. Your HTTP client (or SDK) handles it automatically by attaching payment headers to each request. No wallet UI, no manual confirmation — just fractions of a cent deducted per call. Check the docs for integration examples.
Yes. The /v1/demo endpoint returns pre-computed example validations at no cost, perfect for testing your integration. The /playground on this site lets you try live calls for free too. No signup or payment method required to get started.
The per-call pricing scales linearly with no rate limits. For very high volumes (millions of calls/month), open an issue on our GitHub repository (github.com/cammac-creator/ibanforge) — we can discuss custom pricing or a bulk arrangement that makes more sense for your use case.
Kostenlos starten
Keine Kreditkarte, kein Konto. Öffnen Sie den Playground, lesen Sie die Dokumentation, deployen Sie, wenn Sie bereit sind.