mirrored listing x402 eip155:8453

Look up SEC EDGAR filings for a US equity ticker: recent filings by form type, insider (Fo

Look up SEC EDGAR filings for a US equity ticker: recent filings by form type, insider (Form 4) transactions, CIK resolution, or an excerpt of a specific filing's MD&A/risk-factors/liquidity section. Default action returns recent filings.

Do you run api.edifiedlab.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
11000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
updated

Provider

api.edifiedlab.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x5037546753d64F77A6fA95B6f85659B6a4A7F6FD",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "11000",
    "maxTimeoutSeconds": 600
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "action": "filings",
          "form_type": "10-K",
          "max_results": 5,
          "ticker": "AAPL"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "action": "filings",
          "cik": "0000320193",
          "filings": [
            {
              "accession_number": "0000320193-25-000100",
              "filing_date": "2025-11-01",
              "form": "10-K",
              "url": "https://www.sec.gov/Archives/edgar/data/320193/.../aapl-20250927.htm"
            }
          ],
          "payload": "sec_edgar",
          "source": "sec_edgar",
          "ticker": "AAPL"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "action": {
                  "default": "filings",
                  "enum": [
                    "filings",
                    "insider",
                    "cik",
                    "read"
                  ],
                  "type": "string"
                },
                "end_date": {
                  "description": "YYYY-MM-DD (filings only)",
                  "type": "string"
                },
                "form_type": {
                  "description": "SEC form id, e.g. 10-K, 8-K (filings only)",
                  "type": "string"
                },
                "max_chars": {
                  "maximum": 50000,
                  "minimum": 200,
                  "type": "integer"
                },
                "max_results": {
                  "description": "filings default cap is 20; insider allows 1-50",
                  "maximum": 20,
                  "minimum": 1,
                  "type": "integer"
                },
                "section_hint": {
                  "description": "read only",
                  "enum": [
                    "mda",
                    "risk_factors",
                    "liquidity",
                    "all"
                  ],
                  "type": "string"
                },
                "start_date": {
                  "description": "YYYY-MM-DD (filings only)",
                  "type": "string"
                },
                "ticker": {
                  "description": "equity ticker symbol, e.g. AAPL",
                  "type": "string"
                },
                "url": {
                  "description": "EDGAR filing URL (read only)",
                  "type": "string"
                }
              },
              "required": [],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "action": {
                  "type": "string"
                },
                "cik": {
                  "type": "string"
                },
                "filings": {
                  "type": "array"
                },
                "payload": {
                  "const": "sec_edgar",
                  "type": "string"
                },
                "source": {
                  "const": "sec_edgar",
                  "type": "string"
                },
                "ticker": {
                  "type": "string"
                }
              },
              "required": [
                "payload",
                "action",
                "source"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.edifiedlab.com/v1/market/sec-edgar"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.edifiedlab.com/v1/market/sec-edgar");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.edifiedlab.com/v1/market/sec-edgar")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/13455.json, and this resource appears in /discovery/resources and /discovery/search.