Animica x402 Directory

Directory / api.ibanforge.com

api.ibanforge.com/v1/ch/clearing/:iid

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.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.ibanforge.com/v1/ch/clearing/:iid'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://api.ibanforge.com/v1/ch/clearing/:iid'

Endpoint: https://api.ibanforge.com/v1/ch/clearing/:iid. Operated by api.ibanforge.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on api.ibanforge.com

api.ibanforge.com/v1/bic/:code

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…

GET · $0.003

api.ibanforge.com/v1/iban/batch

Validate up to 100 IBANs in one call at $0.002 per IBAN (2.5x cheaper per IBAN than single calls at $0.005, and one settlement instead of N). Use for CSV cleanu…

GET · $0.002

api.ibanforge.com/v1/iban/compliance

Pre-flight compliance triage on an IBAN before a SEPA / cross-border payment: sanctions screening (OFAC), FATF jurisdiction flag, SEPA Instant reachability, VoP…

GET · $0.02

api.ibanforge.com/v1/iban/validate

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 wh…

GET · $0.005

All 5 endpoints on api.ibanforge.com →