$0.001
per call · USD Coin on Base
Address geocoding API for agents: geocode one U.S., Puerto Rico, or U.S. Island Areas address for $0.001 USDC through the public Census Geocoder. Returns approximate coordinates with required Census attribution—no global maps, navigation, or address retention.
Endpoint
POST https://api.delx.ai/api/v1/x402/geocode-us3
Calls / 30d
2
Unique payers / 30d
Aug 26
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.delx.ai/api/v1/x402/geocode-us", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"address": "1600 Pennsylvania Ave NW, Washington, DC 20500"
}),
});
const data = await res.json();curl -X POST \
"https://api.delx.ai/api/v1/x402/geocode-us" \
-H "Content-Type: application/json" \
-d '{"address":"1600 Pennsylvania Ave NW, Washington, DC 20500"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"result": {
"attribution": "This product uses the Census Bureau Data API but is not endorsed or certified by the Census Bureau.",
"benchmark": "Public_AR_Current",
"coverage": "US, Puerto Rico and U.S. Island Areas",
"data_note": "Coordinates are based on Census address ranges and may be interpolated; this is not a precise rooftop or navigation service.",
"match_count": 1,
"matches": [
{
"address_components": {
"city": "WASHINGTON",
"state": "DC",
"zip": "20500"
},
"coordinates": {
"latitude": 38.8977,
"longitude": -77.0365
},
"matched_address": "1600 PENNSYLVANIA AVE NW, WASHINGTON, DC, 20500"
}
],
"privacy": "Delx does not retain the submitted address or include it in request logs.",
"provider": "U.S. Census Bureau Geocoder",
"provider_url": "https://www.census.gov/data/developers/data-sets/Geocoding-services.html",
"schema": "delx/us-geocode/v1",
"terms_url": "https://www.census.gov/data/developers/about/terms-of-service.html",
"upstream_error": false
},
"tool_name": "geocode_us_address"
}Payment details
0x9f8bd9875b3e0b632a24a3a7c73f7787175e73a2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Delx US Geocode & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…