{
  "x402Version": 2,
  "id": 746,
  "slug": "746",
  "resource": "https://jmt-x402-proxy.jmthomasofficial.workers.dev/v2/api/edgar-company-lookup",
  "description": "Company intelligence lookup: resolve a US-listed company ticker through the SEC EDGAR company ticker dataset. Returns CIK, ticker, and registrant name for company research, SEC filing discovery, and equity due diligence.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x624FaF18C78456C8Da5bf156Cd77c1A2033F21c5",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ticker": "AAPL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "query": "AAPL",
            "results": [
              {
                "cik_str": 320193,
                "ticker": "AAPL",
                "title": "Apple Inc."
              }
            ],
            "timestamp": "2026-07-09T00:00:00.000Z"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "ticker": {
                    "description": "NYSE/Nasdaq ticker or company-name search term.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ticker"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "count": {
                    "type": "integer"
                  },
                  "query": {
                    "type": "string"
                  },
                  "results": {
                    "type": "array"
                  },
                  "timestamp": {
                    "type": "string"
                  }
                },
                "required": [
                  "query",
                  "count",
                  "results",
                  "timestamp"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "jmt-x402-proxy.jmthomasofficial.workers.dev",
  "lastUpdated": "2026-09-09T16:22:56.91Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-09T16:22:55.816Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "jmt-x402-proxy.jmthomasofficial.workers.dev",
    "manifest_name": "jmt-x402-proxy.jmthomasofficial.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}