$0.003
per call · USD Coin on Base
Resolve a BIC/SWIFT code (8 or 11 chars) into the underlying bank: name, country, city, LEI, and registered head-office address (where available). Use only when you already have the BIC — for IBAN inputs, prefer /v1/iban/validate which resolves the BIC for you. Production · server processing <5ms (network excluded — measure your own round trip on GET /ping) · 121,000+ BICs (39,000+ LEI-enriched via GLEIF, refreshed monthly) · v1.4.4.
Endpoint
GET https://api.ibanforge.com/v1/bic/:code8
Calls / 30d
2
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.ibanforge.com/v1/bic/:code", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.ibanforge.com/v1/bic/:code" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"_example_notice": "ILLUSTRATIVE SAMPLE — these are demo values for a fixed record, NOT the data for the resource you requested. Do not report them to a user. Authenticate (Authorization: Bearer ifk_...) or pay via x402 to get the real response.",
"address": {
"city": "Zurich",
"country": "CH",
"post_code": "8001",
"source": "GLEIF",
"street": "Bahnhofstrasse 45",
"type": "registered"
},
"address_available": true,
"bic": "UBSWCHZH80A",
"bic11": "UBSWCHZH80A",
"bic8": "UBSWCHZH",
"branch_code": "80A",
"city": "Zurich",
"country": {
"code": "CH",
"name": "Switzerland"
},
"found": true,
"institution": "UBS Switzerland AG",
"is_test_bic": false,
"lei": "549300WOIFUSNYH0FL22",
"lei_status": "ACTIVE",
"source": "gleif",
"valid_format": true
}Payment details
0xd13bd0a4120ba301125290e5cc0c7efd4cb40a55USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from IBANforge & similar services
IBANforge · CH Clearing
api.ibanforge.com
Resolve a Swiss BC-Nummer / IID (1-5 digits) into institution name, type, address, BIC, the full payment-rail participation (SIC, RTGS CHF, Instant Payments CHF, euroSIC, LSV+/BDD) and the QR-IID allocation. Backed by 1,100+ SIX BankMaster entries (refreshed monthly) — the canonical Swiss banking source. Production · server processing <5ms (network excluded — measure your own round trip on GET /ping) · 1,100+ SIX BankMaster entries, refreshed monthly · v1.4.3.
IBANforge · Iban Validate
api.ibanforge.com
Validate a European IBAN and enrich it with bank, compliance and routing data. Use whenever the user mentions an IBAN, a bank account, a SEPA payment or asks who the bank is. Returns: valid, country, BIC/SWIFT, bank name, EMI/vIBAN flag, SEPA + VoP reachability, risk score, Swiss bc_nummer for CH/LI. Production · server processing <5ms (network excluded — measure your own round trip on GET /ping) · 121,000+ BICs (39,000+ LEI via GLEIF) + 1,100+ SIX · v1.5.0.
IBANforge · Iban Compliance
api.ibanforge.com
Pre-flight compliance triage on an IBAN before a SEPA / cross-border payment: sanctions screening (OFAC), FATF jurisdiction flag, SEPA Instant reachability, VoP (EU 2024/886) participant. Returns risk_score 0-100. Informational, not a regulated AML/CFT product. Production · server processing <5ms (network excluded — measure your own round trip on GET /ping) · OFAC + FATF + SEPA + VoP · weekly refresh · v1.4.3.