{
  "x402Version": 2,
  "id": 5367,
  "slug": "5367",
  "resource": "https://api-staging.eckari.com/v1/locations/us/geocode",
  "description": "Convert a one-line US street address into coordinates using the US Census Bureau Geocoder. Returns the standardised matched address, latitude and longitude to 6 decimal places, the TIGER/Line segment and parsed address components. Coordinates are interpolated along street address ranges, not rooftop or parcel positions. No match is a normal answer, not an error. Use when: Convert this US street address to latitude and longitude.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "3000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "address": "1600 Pennsylvania Ave NW, Washington, DC 20500",
            "limit": 1
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "benchmark": "Public_AR_Current",
              "items": [
                {
                  "address_components": {
                    "city": "WASHINGTON",
                    "from_address": "1600",
                    "pre_direction": null,
                    "pre_type": null,
                    "state": "DC",
                    "street_name": "PENNSYLVANIA",
                    "suffix_direction": "NW",
                    "suffix_type": "AVE",
                    "to_address": "1648",
                    "zip": "20500"
                  },
                  "lat": 38.898699,
                  "lon": -77.035188,
                  "matched_address": "1600 PENNSYLVANIA AVE NW, WASHINGTON, DC, 20500",
                  "precision": "tiger_interpolated",
                  "side": "L",
                  "tiger_line_id": "76225813"
                }
              ],
              "page": {
                "has_more": false,
                "limit": 1,
                "next_offset": null,
                "offset": 0,
                "returned": 1,
                "total": 1
              },
              "query": {
                "address": "1600 Pennsylvania Ave NW, Washington, DC 20500"
              }
            },
            "meta": {
              "capability": "location.us.geocode",
              "freshness": "live",
              "source": "census_geocoder",
              "version": "3.0.0"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/locations/us/geocode",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "address": {
                    "description": "One-line US street address including city and state, e.g. \"1600 Pennsylvania Ave NW, Washington, DC 20500\".",
                    "maxLength": 200,
                    "minLength": 5,
                    "type": "string"
                  },
                  "limit": {
                    "default": 5,
                    "description": "Maximum number of candidate matches to return, in the Census Bureau's own order. page.total always reports how many the Census Bureau returned in total, so a low limit never hides an ambiguous address.",
                    "maximum": 10,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "offset": {
                    "default": 0,
                    "description": "Zero-based index of the first candidate to return. The Census Bureau returns every match in one response, so paging is applied by Eckari over that set - pass page.next_offset to walk the remaining candidates without a second upstream lookup.",
                    "minimum": 0,
                    "type": "integer"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "payment-identifier": {
      "info": {
        "required": false
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "payment-identifier"
  ],
  "sourceHost": "api-staging.eckari.com",
  "lastUpdated": "2026-08-26T00:17:58.948Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T00:17:58.434Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api-staging.eckari.com",
    "manifest_name": "api-staging.eckari.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}