Unified API for IBAN validation and BIC/SWIFT code lookup.
Pay-per-call with USDC micropayments. Built for AI agents and developers.
Full IBAN validation with BBAN parsing, checksum verification, and country-specific formatting rules.
GLEIF-sourced database with LEI enrichment. Supports BIC8 and BIC11 formats.
Built-in Model Context Protocol server. Connect AI agents directly via stdio transport.
USDC micropayments on Base L2. No API keys, no subscriptions. Pay only for what you use.
IBAN validation:
curl -X POST https://ibanforge.com/v1/iban/validate \
-H "Content-Type: application/json" \
-d '{"iban": "CH5604835012345678009"}'
BIC lookup:
curl https://ibanforge.com/v1/bic/UBSWCHZH