← Back to directory

Geocode up to 1000 US addresses in a single call. Flat $0.001 per batch — much c...

https://x402-geocoder-production.up.railway.app/geocode/batch

Overview

Geocode up to 1000 US addresses in a single call. Flat $0.001 per batch — much cheaper per address at scale than the single-address endpoint. JSON body: an array of { id, street, city?, state?, zip? } objects, or { addresses: [...] }. Response is an object map keyed by the user-provided 'id' so results can be joined back to inputs.

Protocol x402
Price $0.0010
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402-geocoder-production
Source bazaar
Indexed 2026-04-30 14:54:39

Health

Status degraded
Latency (p50) 213ms
Uptime (30d) 100.0%
Reliability Score 87/100
Last Checked 2026-05-01 10:23:26
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements Invalid
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "addresses": [ { "city": "Washington", "id": "wh", "state": "DC", "street": "1600 Pennsylvania Ave NW" } ] }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "additionalProperties": { "properties": { "address": { "description": "Census-canonical full address string", "type": [ "string", "null" ] }, "fips": { "description": "US Census FIPS codes for the matched location, or null if no match.", "properties": { "block": { "description": "4-digit census block code", "type": "string" }, "county": { "description": "3-digit county FIPS code", "type": "string" }, "state": { "description": "2-digit state FIPS code", "type": "string" }, "tract": { "description": "6-digit census tract code", "type": "string" } }, "type": [ "object", "null" ] }, "lat": { "description": "Latitude in decimal degrees", "type": [ "number", "null" ] }, "lng": { "description": "Longitude in decimal degrees", "type": [ "number", "null" ] }, "match": { "description": "true if Census matched the address", "type": "boolean" }, "matchType": { "description": "Census match quality", "enum": [ "Exact", "Non_Exact", null ], "type": [ "string", "null" ] } }, "type": "object" }, "description": "Object map keyed by the user-provided 'id' from each input address. Each value matches the /geocode/address response shape.", "type": "object" }

Recent Health Checks

Time Status HTTP Latency Error
2026-05-01 10:23:26 degraded 404 213ms
2026-05-01 09:26:56 degraded 404 226ms
2026-05-01 05:59:37 degraded 404 217ms
2026-05-01 05:18:58 degraded 404 209ms
2026-05-01 02:28:00 degraded 404 263ms
2026-05-01 00:43:43 degraded 404 185ms
2026-04-30 22:39:15 degraded 404 190ms
2026-04-30 20:59:34 degraded 404 194ms
2026-04-30 19:16:05 degraded 404 215ms
2026-04-30 17:12:18 degraded 404 188ms