{
  "x402Version": 2,
  "id": 382,
  "slug": "382",
  "resource": "https://sat.ipintel.ai/address-to-coordinates",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "address": "Eiffel Tower, Paris, France",
            "country_code": "fr",
            "language": "en",
            "limit": 1
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "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"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "address": {
                    "description": "Free-form place or postal address.",
                    "maxLength": 500,
                    "minLength": 3,
                    "type": "string"
                  },
                  "country_code": {
                    "description": "Optional ISO 3166-1 alpha-2 country filter.",
                    "maxLength": 2,
                    "minLength": 2,
                    "type": "string"
                  },
                  "language": {
                    "description": "Preferred response language, for example en or es.",
                    "maxLength": 12,
                    "minLength": 2,
                    "type": "string"
                  },
                  "limit": {
                    "default": 1,
                    "maximum": 5,
                    "minimum": 1,
                    "type": "integer"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": true,
                "properties": {
                  "cached": {
                    "type": "boolean"
                  },
                  "match_count": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "ok": {
                    "const": true,
                    "type": "boolean"
                  },
                  "results": {
                    "items": {
                      "additionalProperties": true,
                      "properties": {
                        "confidence": {
                          "type": "number"
                        },
                        "country_code": {
                          "type": "string"
                        },
                        "formatted_address": {
                          "type": "string"
                        },
                        "lat": {
                          "type": "number"
                        },
                        "lon": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "lat",
                        "lon"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "tool": {
                    "const": "address-to-coordinates",
                    "type": "string"
                  }
                },
                "required": [
                  "ok",
                  "tool",
                  "match_count",
                  "results"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "sat.ipintel.ai",
  "lastUpdated": "2026-09-15T06:19:31.891Z",
  "quality": {
    "calls30d": 10,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-15T06:19:35.733Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "sat.ipintel.ai",
    "manifest_name": "sat.ipintel.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}