{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "address-validator-production-33e1-up-railway-app-api-validate",
  "title": "Address Validator \u00b7 Parse and Validate Addresses",
  "url": "https://address-validator-production-33e1.up.railway.app/api/validate",
  "category": "tools",
  "summary": "Validate a raw address string and decompose it into structured components including street, city, state, postal code, and country.",
  "seo": {
    "title": "Address Validation API | x402",
    "description": "Parse and validate postal addresses into structured components. 0.003 USDC per call on Base."
  },
  "use_cases": [
    "Standardize messy address inputs for databases",
    "Extract address components for shipping labels",
    "Validate customer addresses at checkout",
    "Geocode preparation by cleaning address data"
  ],
  "ideal_buyer": "E-commerce platforms, logistics systems, and CRM tools needing address standardization.",
  "example_prompt": "Validate and parse '123 Main St, New York, NY 10001'",
  "example_request_body": {
    "address": "123 Main St, New York, NY 10001"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.15,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "3000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "address"
            ],
            "properties": {
              "address": {
                "type": "string",
                "description": "Full address string to parse and validate (e.g. '123 Main St, New York, NY 10001')"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "valid",
              "formatted",
              "confidence"
            ],
            "properties": {
              "valid": {
                "type": "boolean",
                "description": "Whether the address is valid"
              },
              "issues": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Validation issues found"
              },
              "formatted": {
                "type": "string",
                "description": "Normalized formatted address"
              },
              "components": {
                "type": "object",
                "properties": {
                  "city": {
                    "type": "string"
                  },
                  "state": {
                    "type": "string"
                  },
                  "street": {
                    "type": "string"
                  },
                  "country": {
                    "type": "string"
                  },
                  "postalCode": {
                    "type": "string"
                  }
                }
              },
              "confidence": {
                "type": "number",
                "description": "Confidence score 0-100"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "address-validator-production-33e1-up-railway-app",
    "host": "address-validator-production-33e1.up.railway.app",
    "title": "Address Validator API",
    "description": "An x402-payable endpoint for address validation services. Hosted on Railway infrastructure. No public documentation currently available.",
    "url": "https://address-validator-production-33e1.up.railway.app",
    "favicon": "https://address-validator-production-33e1.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/address-validator-production-33e1-up-railway-app-api-validate",
    "url": "https://x402all.com/resource/address-validator-production-33e1-up-railway-app-api-validate",
    "name": "Address Validator \u00b7 Parse and Validate Addresses",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/address-validator-production-33e1-up-railway-app-api-validate",
      "@type": "Offer",
      "price": "0.003",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.003000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://address-validator-production-33e1.up.railway.app/api/validate",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/address-validator-production-33e1-up-railway-app",
      "url": "https://address-validator-production-33e1.up.railway.app",
      "name": "Address Validator API",
      "@type": "Organization"
    },
    "identifier": "address-validator-production-33e1-up-railway-app-api-validate",
    "description": "Parse and validate postal addresses into structured components. 0.003 USDC per call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=address-validator-production-33e1-up-railway-app-api-validate",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=address-validator-production-33e1-up-railway-app-api-validate"
}
