Validate BIC/SWIFT code format and identify the bank. Returns bank name, country...
https://api.strale.io/x402/v2/bank-bic-lookupOverview
Validate BIC/SWIFT code format and identify the bank. Returns bank name, country, branch info.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:49
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"bic": {
"description": "BIC/SWIFT code (8 or 11 chars)",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"bank_name": {
"type": "string"
},
"bic": {
"type": "string"
},
"country": {
"type": "string"
},
"is_head_office": {
"type": "boolean"
},
"valid": {
"type": "boolean"
}
}