← Back to directory

Convert an address to geographic coordinates (latitude/longitude). Also returns ...

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

Overview

Convert an address to geographic coordinates (latitude/longitude). Also returns structured address components and bounding box via OpenStreetMap Nominatim.

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider strale
Source bazaar
Indexed 2026-08-27 15:13:13

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": "Address or place name to geocode", "required": true, "type": "string" } }, "type": "http" }

Output Schema

{ "bounding_box": { "type": "object" }, "display_name": { "type": "string" }, "importance_score": { "type": "number" }, "latitude": { "type": "number" }, "longitude": { "type": "number" }, "place_type": { "type": "string" } }