{
  "x402Version": 2,
  "id": 13552,
  "slug": "13552",
  "resource": "https://dev-agent402.throuzlabs.com/x/tw/address",
  "description": "Parses a Taiwanese address into structured fields and returns a canonical form. Handles the things that break naive parsers: 台/臺 spelling, full-width digits, Chinese numerals (三十五巷 -> lane 35), pre-merger county names (臺北縣 -> 新北市), 之/- door numbers, and 段巷弄 nesting. Returns whatever it could not place in `unparsed`, so partial results are visible rather than silently wrong.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0xe37475926E504c21175E656EcFe7490073139Cb2",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "address": "string"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "canonical": "臺北市大安區忠孝東路4段35巷12-3號5樓",
            "city": "臺北市",
            "district": "大安區",
            "floor": 5,
            "lane": 35,
            "number": "12-3",
            "section": 4,
            "street": "忠孝東路"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "address": {
                    "description": "A Taiwanese address in any common written form.",
                    "type": "string"
                  }
                },
                "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "dev-agent402.throuzlabs.com",
  "lastUpdated": "2026-09-06T01:33:40.824Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T01:33:40.174Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "dev-agent402.throuzlabs.com",
    "manifest_name": "dev-agent402.throuzlabs.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"
  }
}