$0.003
per call · USD Coin on Base
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.
Endpoint
GET https://api.ibanforge.com/v1/ch/clearing/:iid5
Calls / 30d
1
Unique payers / 30d
Aug 17
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/ch/clearing/:iid", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.ibanforge.com/v1/ch/clearing/:iid" \
-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": {
"building_number": "45",
"country": "CH",
"post_code": "8098",
"street": "Bahnhofstrasse",
"town": "Zürich"
},
"bic": "UBSWCHZH80A",
"found": true,
"iid": "00230",
"institution": {
"headquarters_iid": "00230",
"iid_type": "headquarters",
"name": "UBS Switzerland AG",
"type": "bank"
},
"payment_services": {
"eurosic": true,
"instant_payments_chf": true,
"lsv_bdd_chf": true,
"lsv_bdd_eur": true,
"rtgs_chf": true,
"sic": true
},
"qr_iid": null,
"sic_iid": "002301"
}Payment details
0xd13bd0a4120ba301125290e5cc0c7efd4cb40a55USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from IBANforge & similar services
IBANforge · BIC
api.ibanforge.com
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.
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.