{
  "x402Version": 2,
  "id": 424,
  "slug": "424",
  "resource": "https://edgar.apitoll.cloud/v1/edgar/smart-money",
  "description": "Smart-money bundle in one call for any US-listed company by stock ticker or CIK: insider trades (Form 4), institutional 13F-HR holdings, and recent 8-K material events together. Track what executives and hedge funds are doing — buys, sells, portfolio positions, and corporate events. Resolves ticker to CIK via SEC's official index. Sourced live from data.sec.gov.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "6000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "7kPWiEbDXu33FomKG6mGa7R8HGSfUGFsAoKFZeBERJaH",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "6000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ticker": "AAPL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "holdings": {
              "count": 0,
              "form": "13F-HR",
              "items": []
            },
            "insider": {
              "count": 10,
              "form": "4",
              "items": []
            },
            "recentFilings": {
              "count": 8,
              "form": "8-K",
              "items": []
            },
            "resolved": {
              "cik": "0000320193",
              "companyName": "Apple Inc.",
              "ticker": "AAPL"
            },
            "source": {
              "name": "data.sec.gov"
            }
          },
          "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 CIK (1-10 digits). XOR with ticker.",
                    "pattern": "^\\d{1,10}$",
                    "type": "string"
                  },
                  "since": {
                    "description": "Inclusive lower bound on filingDate (YYYY-MM-DD), within 5 years.",
                    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                    "type": "string"
                  },
                  "ticker": {
                    "description": "Stock ticker, case-insensitive. XOR with cik.",
                    "pattern": "^[A-Za-z.\\-]{1,10}$",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "holdings": {
                    "type": "object"
                  },
                  "insider": {
                    "type": "object"
                  },
                  "recentFilings": {
                    "type": "object"
                  },
                  "resolved": {
                    "type": "object"
                  },
                  "source": {
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "edgar.apitoll.cloud",
  "lastUpdated": "2026-09-16T17:26:25.996Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-16T17:26:25.497Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "edgar.apitoll.cloud",
    "manifest_name": "edgar.apitoll.cloud",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}