{
  "x402Version": 2,
  "id": 322,
  "slug": "322",
  "resource": "https://api.kadec0.xyz/v1/sec-edgar",
  "description": "SEC filings full-text search. Searches SEC EDGAR filings - 10-K, 10-Q, 8-K, and every other form type - by keyword, company name, ticker, or CIK, with date-range filtering, returning company, form type, filing date, accession number, and a direct document link. For SEC filings research and disclosure monitoring. Keyless.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "q": "artificial intelligence",
            "type": "10-K"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "accessionNo": "0000320193-23-000106",
                "company": "APPLE INC",
                "fileUrl": "https://www.sec.gov/Archives/edgar/data/320193/x/aapl.htm",
                "filedAt": "2023-11-03",
                "form": "10-K",
                "type": "sec_filing"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "anyOf": [
                  {
                    "required": [
                      "q"
                    ]
                  },
                  {
                    "required": [
                      "company"
                    ]
                  },
                  {
                    "required": [
                      "cik"
                    ]
                  }
                ],
                "properties": {
                  "cik": {
                    "description": "SEC CIK",
                    "type": "string"
                  },
                  "company": {
                    "description": "entity name",
                    "type": "string"
                  },
                  "dateRange": {
                    "description": "YYYY-MM-DD..YYYY-MM-DD",
                    "type": "string"
                  },
                  "maxItems": {
                    "default": "20",
                    "type": "string"
                  },
                  "q": {
                    "description": "full-text query",
                    "type": "string"
                  },
                  "type": {
                    "description": "form type, e.g. 10-K|10-Q|8-K",
                    "type": "string"
                  }
                },
                "required": [],
                "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": "api.kadec0.xyz",
  "lastUpdated": "2026-09-15T06:57:20.016Z",
  "quality": {
    "calls30d": 11,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-15T06:57:19.822Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kadec0.xyz",
    "manifest_name": "api.kadec0.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}