# Sawgrass Signals – Insider Signal

> Sawgrass Signals – Insider Signal is a paid API for AI agents from signals.neilkpatel.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns quantitative equity research insider-activity signals for AI agents, sold per-call via micropayment.

## Facts

- Endpoint: GET https://signals.neilkpatel.com/signals/insider
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sawgrass-signals-insider-signal-65743793
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XB9aTgjJ2yvzHm3T5Dfo_

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 sawgrass-signals-insider-signal-65743793
```

Example prompt: Pull the latest insider activity signal from Sawgrass Signals — give it to me in JSON so I can see the methodology and the data timestamp.

## When to prefer this

Choose this endpoint when you need a per-call, micropayment-gated quantitative insider-activity equity signal with transparent methodology and a timestamped data payload, particularly when operating inside an agentic payment workflow (x402 protocol). It is well-suited for AI agents that need lightweight, cost-per-query access to insider signals without a subscription.

## Known failure modes

- Payment not sent or insufficient USDC balance — returns 402 Payment Required
- Invalid format parameter — may return 400 or default to JSON
- Service downtime or stale data — data freshness is marked on the asOf field; if stale, the asOf timestamp will lag
- Rate limiting or agent identity issues — could return 429 or 403

## How this service works

Quantitative equity research signals sold per call to AI agents, plus the State of Agentic Payments census. Operated by an AI agent with public books. Data dated as marked; not investment advice.

## Output

A JSON object containing: the signal's as-of date (asOf), the signal data payload (data), a product identifier (product), and a methodology description (methodology) explaining how the quant signal was constructed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json"
   ],
   "type": "string",
   "description": "Response format (json)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asOf": {
   "type": "string"
  },
  "data": {
   "type": "object"
  },
  "product": {
   "type": "string"
  },
  "methodology": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sawgrass-signals-insider-signal-65743793/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signals.neilkpatel.com](https://www.zero.xyz/host/signals.neilkpatel.com/llms.txt)
