# ScriptMasterLabs SEC 8-K Real-Time Filings API

> ScriptMasterLabs SEC 8-K Real-Time Filings 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-15).

Retrieves real-time SEC 8-K current report filings, settled via x402 micropayment in USDC on Base at $0.001 per call.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/sec-8-k-real-time-filings
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-sec-8-k-real-time-filings-api-a5a27d15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S02LDZQkdb6Tvuu2Jn3aj

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-8-k-real-time-filings-api-a5a27d15
```

Example prompt: Pull the latest SEC 8-K filings that just hit today so I can see which public companies disclosed material events — pay via x402 micropayment.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time SEC 8-K filings with micropayment-per-call pricing via x402/USDC on Base, making it suitable for AI agents that want to pay only for what they consume without API key subscription overhead. Prefer it over traditional SEC EDGAR direct polling when you want a managed pay-per-call wrapper with structured output.

## Known failure modes

- 402 Payment Required if x402 USDC payment on Base is not provided or fails
- Empty result set if no 8-K filings have been submitted in the queried window
- Malformed or schema-less response due to low schema maturity (example: {})
- Service unavailability from Render.com free-tier cold starts
- Rate limiting or throttling under high call volume

## 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 real-time SEC 8-K current report filings including company identifiers, filing dates, event types, document links, and material event descriptions as they are submitted to EDGAR.

## 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-8-k-real-time-filings-api-a5a27d15/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)
