{"x402Version":2,"payTo":"0xD13bD0A4120BA301125290e5cc0c7EFD4CB40a55","resources":[{"id":13800,"slug":"13800","resource":"https://api.ibanforge.com/v1/bic/:code","description":"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.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xD13bD0A4120BA301125290e5cc0c7EFD4CB40a55","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"discoverable":true,"info":{"input":{"discoverable":true,"method":"GET","pathParams":{"code":"CHASUS33"},"type":"http"},"output":{"example":{"_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},"type":"json"}},"outputSchema":{"properties":{"address":{"description":"Registered/head-office address (GLEIF, CC0). Entity-level, not per-branch; null for branch or non-LEI BICs. Non-Latin addresses (Chinese, Arabic, Greek…) carry an official Latin reading in `romanized` only when GLEIF provides one; otherwise `romanization` is \"unavailable\" and we never fabricate a transliteration.","properties":{"city":{"type":"string"},"country":{"type":"string"},"post_code":{"type":"string"},"region":{"type":"string"},"romanization":{"description":"Provenance of the Latin reading: original_latin | gleif_english | unavailable (non-Latin entity with no official Latin form — not transliterated).","enum":["original_latin","gleif_english","unavailable"],"type":"string"},"romanized":{"description":"Latin reading: GLEIF's official English address for non-Latin entities, or the address itself when already Latin. Null when no official Latin form exists (never fabricated).","type":"string"},"source":{"type":"string"},"street":{"type":"string"}},"type":"object"},"address_available":{"type":"boolean"},"bic":{"type":"string"},"bic11":{"type":"string"},"bic8":{"type":"string"},"city":{"type":"string"},"country":{"properties":{"code":{"type":"string"},"name":{"type":"string"}},"type":"object"},"found":{"type":"boolean"},"institution":{"type":"string"},"lei":{"type":"string"},"valid_format":{"type":"boolean"}},"type":"object"},"pathParams":{"code":{"description":"BIC/SWIFT code (8 or 11 alphanumeric).","type":"string"}},"routeTemplate":"/v1/bic/:code","schema":{"properties":{"input":{"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"}},"required":["method"]}}}}},"tags":["bazaar"],"sourceHost":"api.ibanforge.com","lastUpdated":"2026-09-01T08:20:26.21Z","quality":{"calls30d":3,"uniquePayers30d":1,"lastCalledAt":"2026-09-01T08:20:25.439Z"},"liveness":{},"verified":false,"featured":false},{"id":13801,"slug":"13801","resource":"https://api.ibanforge.com/v1/iban/validate","description":"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.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xD13bD0A4120BA301125290e5cc0c7EFD4CB40a55","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"bodyType":"json","discoverable":true,"info":{"input":{"body":{"iban":"CH1000230000000012345"},"bodyType":"json","discoverable":true,"method":"POST","schema":{"properties":{"iban":{"description":"IBAN to validate (spaces and lowercase accepted).","maxLength":34,"minLength":15,"type":"string"}},"required":["iban"],"type":"object"},"type":"http"},"output":{"example":{"_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.","bank_code_check":{"as_of":"2026-07","authoritative":true,"match":"register","register":"SIX BankMaster (Swiss IID / BC-Nummer register)","status":"verified","value":"00230"},"bban":{"account_number":"000000012345","bank_code":"00230"},"bic":{"bank_name":"UBS Switzerland AG","city":"Zürich","code":"UBSWCHZH"},"check_digits":"10","clearing":{"eurosic":true,"iid":"00230","instant_payments_chf":true,"name":"UBS Switzerland AG","qr_iid":null,"sic":true,"town":"Zürich","type":"bank"},"cost_usdc":0.005,"country":{"code":"CH","name":"Switzerland"},"formatted":"CH10 0023 0000 0000 1234 5","iban":"CH1000230000000012345","issuer":{"classification":"default","name":"UBS Switzerland AG","type":"bank"},"risk_indicators":{"country_risk":"standard","issuer_type":"bank","sepa_reachable":true,"sepa_reachable_scope":"country","test_bic":false,"vop_coverage":false},"sepa":{"member":true,"schemes":["SCT","SDD"],"vop_required":false},"valid":true},"type":"json"}},"inputSchema":{"properties":{"iban":{"description":"IBAN to validate. Spaces and lowercase accepted. Example: CH1000230000000012345","maxLength":34,"minLength":15,"type":"string"}},"required":["iban"],"type":"object"},"schema":{"properties":{"input":{"properties":{"method":{"enum":["POST"],"type":"string"}},"required":["method"]}}}}},"tags":["bazaar"],"sourceHost":"api.ibanforge.com","lastUpdated":"2026-09-06T17:35:09.963Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-06T17:35:09.332Z"},"liveness":{},"verified":false,"featured":false}]}