# ScriptMasterLabs SEC 13F Institutional Holdings API

> ScriptMasterLabs SEC 13F Institutional Holdings API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns SEC 13F institutional holdings data, showing which institutions hold which securities, paid per-call in USDC via x402 protocol.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/sec-13f-institutional-holdings
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-sec-13f-institutional-holdings-api-316b80fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4J7Uq1qZ9zGC4X9TSCtE-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scriptmasterlabs-sec-13f-institutional-holdings-api-316b80fe
```

Example prompt: Pull the latest SEC 13F institutional holdings data so I can see which major institutions are currently holding positions in large-cap tech stocks.

## When to prefer this

Use this endpoint when you need SEC 13F institutional holdings data on a pay-per-call basis without a subscription, especially in agent workflows requiring crypto-native micropayment settlement via x402 on Base. Prefer this over traditional financial data providers when you need programmatic, agent-friendly access settled in USDC with no API key signup.

## Known failure modes

- Missing or invalid query parameters may return empty results or a generic error
- Data may lag behind the actual SEC filing date by days or weeks
- If the institution or security is not found in 13F records, an empty dataset is returned
- Payment failure via x402 results in HTTP 402 with no data returned
- Render.com cold-start latency may cause occasional slow responses or timeouts

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns structured SEC 13F institutional holdings data including filer names, CIK numbers, securities held, share counts, position values, and filing dates as reported to the SEC. The response reflects the most recently available 13F filing data aggregated from SEC EDGAR submissions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-sec-13f-institutional-holdings-api-316b80fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
