# KiteEndpoints.ai Insider Trades API

> KiteEndpoints.ai Insider Trades API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Retrieves insider trading activity and transaction data for stocks and public company insiders

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/insider-trades
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-insider-trades-api-44b3e2be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__q2diPlI-vjNPOc5bcL2t

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 kiteendpoints-ai-insider-trades-api-44b3e2be -d '<json body>'
```

Example prompt: Can you pull the latest insider trading activity for Tesla — I want to see any recent buys or sells by executives or directors?

## When to prefer this

Use this endpoint when you need insider trading data — SEC Form 4 filings, executive buy/sell activity — for publicly traded US companies. Prefer this over general financial APIs when the specific goal is monitoring or researching insider sentiment and transactions rather than price data or fundamentals.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty or error result
- No recent insider trades available for the requested company
- Payment failure if USDC balance is insufficient (HTTP 402)
- Rate limiting or timeout if the upstream data source is unavailable
- Missing required input parameters returns a generic error response

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns insider trade records including transaction type (buy/sell), insider name and title, shares traded, price, total value, and filing date for the queried company or insider.

## 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/kiteendpoints-ai-insider-trades-api-44b3e2be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
