X402 Geocoder Production
Geocodes US street addresses to latitude/longitude and Census FIPS codes via single or batch endpoints.
Trust signal
2 of 4 pillars
coverage 50%
Pillars
Signals
Evidence tiers, not an endorsement · trust model v0.1.0 (provisional) · CDP-lane settlement only (D3) · Trust API coming soon
On-chain traction
No on-chain settlement recorded. Unverified = not settled or not yet indexed — never treated as zero.
ERC-8004 agent registry
Not found in the ERC-8004 agent registry. This is the default state — absence is not a negative signal.
Identity & classification
Settlement volume
Per-service timeline not available yet. No settlement recorded for this entity in the indexed period.
Endpoints(3)
Geocode a US street address to lat/lng plus US Census FIPS codes (state/county/tract/block). Backed by the US Census Bureau Geocoder. Query params: street (required, e.g. '1600 Pennsylvania Ave NW'), city (optional, improves accuracy), state (optional, 2-letter abbrev), zip (optional, 5-digit). Returns match: false with no lat/lng when Census can't find the address; payment is charged per call regardless of match outcome.
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.
Reverse-geocode a lat/lng coordinate to its enclosing US Census block (state/county/tract/block FIPS codes). Query params: lat (required, decimal degrees), lng (required, decimal degrees). US-only coverage.