Parse a free-text address into structured components. Returns street, city, post...
https://api.strale.io/x402/v2/address-parseOverview
Parse a free-text address into structured components. Returns street, city, postal code, state/province, country. Works with addresses worldwide.
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": {
"address": {
"description": "Free-text address to parse",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"country_code": {
"type": "string"
},
"formatted": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"street": {
"type": "string"
}
}