# x402 Alert Insider Trades API

> x402 Alert Insider Trades API is a paid API for AI agents from x402-alert.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Retrieves insider trading activity and SEC Form 4 filings for stocks, paid per-call via USDC on Base using the x402 protocol.

## Facts

- Endpoint: POST https://x402-alert.vercel.app/api/insider-trades
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-alert-insider-trades-api-786f2817
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d63G-DngUT1Qnxt-9HkSI

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 x402-alert-insider-trades-api-786f2817 -d '<json body>'
```

Example prompt: Pull the latest insider trades for Tesla (TSLA) — I want to see which executives have been buying or selling shares recently and how many shares changed hands.

## When to prefer this

Use this endpoint when you need real-time or recent insider trading data (SEC Form 4 filings) for a specific stock and want to pay programmatically per-call in USDC without a subscription. Best for agents that need on-demand financial intelligence without committing to a recurring data feed.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty result or error
- Payment failure via x402 protocol blocks the request
- No insider trades available for a low-activity stock
- Rate limiting if too many requests in a short period
- Network timeout from upstream financial data source

## How this service works

14 paid financial API endpoints. Pay with USDC on Base using x402 protocol.

## Output

Returns a structured object containing recent insider trading records including trader names, roles, transaction types (buy/sell), share counts, trade dates, and associated SEC filing metadata for the queried company or ticker.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-alert-insider-trades-api-786f2817/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-alert.vercel.app](https://www.zero.xyz/host/x402-alert.vercel.app/llms.txt)
