S

Satellite & GeoRisk x402 API · Address TO Coordinates

by Satellite & GeoRisk x402 API

POSTBase

$0.002

per call · USD Coin on Base

Worldwide forward geocoding for agents. Convert an address, landmark, city, postcode, or place name into latitude and longitude with normalized address components and confidence metadata.

Endpoint

POST https://sat.ipintel.ai/address-to-coordinates

9

Calls / 30d

7

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://sat.ipintel.ai/address-to-coordinates", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "Eiffel Tower, Paris, France",
    "country_code": "fr",
    "language": "en",
    "limit": 1
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://sat.ipintel.ai/address-to-coordinates" \
  -H "Content-Type: application/json" \
  -d '{"address":"Eiffel Tower, Paris, France","country_code":"fr","language":"en","limit":1}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "cached": false,
  "match_count": 1,
  "ok": true,
  "provider": "geoapify",
  "results": [
    {
      "confidence": 0.99,
      "country_code": "FR",
      "formatted_address": "Eiffel Tower, 5 Avenue Anatole France, 75007 Paris, France",
      "lat": 48.8584,
      "lon": 2.2945
    }
  ],
  "tool": "address-to-coordinates"
}

Payment details

Pay to0x0550779cfbc832657a8bb46bac9f359a5ad038b8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Satellite & GeoRisk x402 API & similar services