← Back to directory

Validate and standardize a postal address. Returns structured components, validi...

https://api.strale.io/x402/v2/address-validate

Overview

Validate and standardize a postal address. Returns structured components, validity confidence, and suggested corrections. Works for 200+ countries via OpenStreetMap Nominatim.

Protocol x402
Price $0.03
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": "Full address as free text", "required": true, "type": "string" }, "country_code": { "description": "ISO 2-letter country code hint (optional)", "type": "string" } }, "type": "http" }

Output Schema

{ "components": { "type": "object" }, "confidence": { "type": "number" }, "formatted_address": { "type": "string" }, "latitude": { "type": "number" }, "longitude": { "type": "number" }, "match_type": { "type": "string" }, "valid": { "type": "boolean" } }