{
  "x402Version": 2,
  "id": 6777,
  "slug": "6777",
  "resource": "https://agent.massive.com/stocks/filings/vX/index",
  "description": "SEC EDGAR master index providing metadata for all SEC filings including form types, filing dates, and direct links to source documents. Can't find what you're looking for? POST feedback to /feedback, no charge.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x525f6dDcE9aF7a7179D7696aaBfCd5FCd15a21e6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 1000,
            "sort": "filing_date.desc"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "next_url": "https://api.massive.com/stocks/filings/vX/index?cursor=eyJsaW1pd...",
            "request_id": "1daccfd9794e482e96d104dee6ed432b",
            "results": [
              {
                "accession_number": "0000320193-25-000079",
                "cik": "0000320193",
                "filing_date": "2025-10-31",
                "filing_url": "https://www.sec.gov/Archives/edgar/data/320193/0000320193-25-000079.txt",
                "form_type": "10-K",
                "issuer_name": "Apple Inc.",
                "ticker": "AAPL"
              },
              {
                "accession_number": "0000950170-25-010491",
                "cik": "0000789019",
                "filing_date": "2025-01-29",
                "filing_url": "https://www.sec.gov/Archives/edgar/data/789019/0000950170-25-010491.txt",
                "form_type": "10-Q",
                "issuer_name": "MICROSOFT CORP",
                "ticker": "MSFT"
              }
            ],
            "status": "OK"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "cik": {
                    "description": "SEC Central Index Key (CIK) identifying the filing entity.",
                    "type": "string"
                  },
                  "cik.any_of": {
                    "description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
                    "type": "string"
                  },
                  "cik.gt": {
                    "description": "Filter greater than the value.",
                    "type": "string"
                  },
                  "cik.gte": {
                    "description": "Filter greater than or equal to the value.",
                    "type": "string"
                  },
                  "cik.lt": {
                    "description": "Filter less than the value.",
                    "type": "string"
                  },
                  "cik.lte": {
                    "description": "Filter less than or equal to the value.",
                    "type": "string"
                  },
                  "filing_date": {
                    "description": "Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD). Value must be formatted 'yyyy-mm-dd'.",
                    "type": "string"
                  },
                  "filing_date.gt": {
                    "description": "Filter greater than the value. Value must be formatted 'yyyy-mm-dd'.",
                    "type": "string"
                  },
                  "filing_date.gte": {
                    "description": "Filter greater than or equal to the value. Value must be formatted 'yyyy-mm-dd'.",
                    "type": "string"
                  },
                  "filing_date.lt": {
                    "description": "Filter less than the value. Value must be formatted 'yyyy-mm-dd'.",
                    "type": "string"
                  },
                  "filing_date.lte": {
                    "description": "Filter less than or equal to the value. Value must be formatted 'yyyy-mm-dd'.",
                    "type": "string"
                  },
                  "form_type": {
                    "description": "SEC form type (e.g., '10-K', '10-Q', '8-K', 'S-1', '4', etc.).",
                    "type": "string"
                  },
                  "form_type.any_of": {
                    "description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
                    "type": "string"
                  },
                  "form_type.gt": {
                    "description": "Filter greater than the value.",
                    "type": "string"
                  },
                  "form_type.gte": {
                    "description": "Filter greater than or equal to the value.",
                    "type": "string"
                  },
                  "form_type.lt": {
                    "description": "Filter less than the value.",
                    "type": "string"
                  },
                  "form_type.lte": {
                    "description": "Filter less than or equal to the value.",
                    "type": "string"
                  },
                  "limit": {
                    "default": 1000,
                    "description": "Limit the maximum number of results returned. Defaults to '1000' if not specified. The maximum allowed limit is '10000'.",
                    "maximum": 10000,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "sort": {
                    "default": "filing_date.desc",
                    "description": "A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'filing_date' if not specified. The sort order defaults to 'desc' if not specified.",
                    "type": "string"
                  },
                  "ticker": {
                    "description": "Stock ticker symbol for the filing entity, if available.",
                    "type": "string"
                  },
                  "ticker.any_of": {
                    "description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
                    "type": "string"
                  },
                  "ticker.gt": {
                    "description": "Filter greater than the value.",
                    "type": "string"
                  },
                  "ticker.gte": {
                    "description": "Filter greater than or equal to the value.",
                    "type": "string"
                  },
                  "ticker.lt": {
                    "description": "Filter less than the value.",
                    "type": "string"
                  },
                  "ticker.lte": {
                    "description": "Filter less than or equal to the value.",
                    "type": "string"
                  }
                },
                "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": "agent.massive.com",
  "lastUpdated": "2026-09-18T15:38:54.286Z",
  "quality": {
    "calls30d": 21,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-18T15:38:54.157Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent.massive.com",
    "manifest_name": "agent.massive.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"
  }
}