{
  "name": "Taiwan Market Signal API",
  "version": "0.1.0",
  "status": "public_beta",
  "attribution": "Source: Taiwan Stock Exchange / FSC Securities and Futures Bureau; released under Taiwan Open Government Data License 1.0.",
  "license_url": "https://data.gov.tw/license",
  "endpoints": {
    "health": "/health",
    "openapi": "/openapi.json",
    "companies": "/v1/companies?q=台積",
    "example": "/v1/company/2330/latest-signal",
    "paid_catalog": "/.well-known/service.json"
  },
  "paid_products": [
    {
      "id": "latest-signal",
      "path": "/v1/x402/company/:code/latest-signal",
      "price": "$0.02",
      "description": "Latest official market, monthly revenue, and disclosure signal for one Taiwan-listed company."
    },
    {
      "id": "company-brief",
      "path": "/v1/x402/company/:code/company-brief",
      "price": "$0.05",
      "description": "Compact official-data company brief with market range and revenue momentum metrics."
    },
    {
      "id": "compare-companies",
      "path": "/v1/x402/compare-companies",
      "price": "$0.08",
      "description": "Side-by-side official-data comparison of two Taiwan-listed companies."
    },
    {
      "id": "market-anomalies",
      "path": "/v1/x402/market/anomalies",
      "price": "$0.10",
      "description": "Rank unusual Taiwan-listed stocks using official daily price and monthly revenue changes."
    },
    {
      "id": "supply-chain-impact",
      "path": "/v1/x402/company/:code/supply-chain-impact",
      "price": "$0.15",
      "description": "Industry-peer breadth proxy for potential supply-chain impact around a Taiwan-listed company."
    }
  ]
}