# ScriptMasterLabs SEC Insider Trade Intel API

> ScriptMasterLabs SEC Insider Trade Intel 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 insider trading intelligence data (Form 4 filings, insider transactions) for equities, settled via x402 micropayment in USDC on Base

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/sec-insider-trade-intel
- 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-insider-trade-intel-api-a67fcb14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SfRpUBZwB_pVclqcsevGp

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-insider-trade-intel-api-a67fcb14
```

Example prompt: Pull the latest SEC insider trade intelligence for Tesla — I want to see recent Form 4 filings showing whether executives are buying or selling shares.

## When to prefer this

Choose this endpoint when you need pay-per-call, low-cost access to SEC insider trading intelligence without a subscription, especially in an agentic workflow that can handle x402 USDC micropayments on Base. Useful for one-off due diligence or compliance checks where you don't want a recurring data subscription.

## Known failure modes

- Empty or malformed response if no insider trades on record for the queried entity
- Payment failure if USDC balance on Base is insufficient for the $0.001 x402 micropayment
- 400/422 error if input properties parameter is malformed or missing
- 503 or timeout if the Render.com hosted service is cold-starting or under maintenance
- Stale data if SEC EDGAR source has not been recently synced

## 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 insider trading intelligence derived from SEC filings, likely including insider name, role, company, transaction type (buy/sell), number of shares, price, and filing date. Response schema is minimally documented so exact fields may vary.

## 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-insider-trade-intel-api-a67fcb14/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)
