Extract bank name and branch information from an IBAN. Returns bank name, BIC/SW...
https://api.strale.io/x402/iban-to-bankOverview
Extract bank name and branch information from an IBAN. Returns bank name, BIC/SWIFT code, branch, and country. Pure algorithmic — uses bank code lookup tables. SQS: 96/100.
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-04-15 14:10:02
Health
Status
healthy
Latency (p50)
195ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-04-15 17:58:38
Last Healthy
2026-04-15 17:58:38
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"iban": {
"description": "IBAN number to look up",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"bank_code": {
"type": "string"
},
"bank_name": {
"type": "string"
},
"bic": {
"type": "string"
},
"country_code": {
"type": "string"
},
"country_name": {
"type": "string"
},
"valid_iban": {
"type": "boolean"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-04-15 17:58:38 | healthy | 402 | 192ms | |
| 2026-04-15 17:36:50 | healthy | 402 | 192ms | |
| 2026-04-15 16:18:43 | healthy | 402 | 196ms | |
| 2026-04-15 15:40:28 | healthy | 402 | 195ms |