# Sawgrass Signals – Frog Pattern Signal

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

Returns a quantitative equity research signal based on the 'frog pattern' technical indicator, sold per-call to AI agents via micropayment.

## Facts

- Endpoint: GET https://signals.neilkpatel.com/signals/frog_pattern
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sawgrass-signals-frog-pattern-signal-a2d628aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EQemr785zSgZOB6WAi59Z

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-frog-pattern-signal-a2d628aa
```

Example prompt: Can you pull the latest Sawgrass Signals frog pattern equity research signal for me and tell me what the methodology is?

## When to prefer this

Choose this endpoint when you need a specific quantitative 'frog pattern' technical equity signal on a per-call basis with micropayment pricing. It is ideal for AI agents running systematic, event-driven research workflows that require pay-as-you-go signal access without subscription commitments. Prefer it over traditional data vendors when your agent already operates in a Web3/x402 payment environment.

## Known failure modes

- Payment not received (402 response if USDC micropayment not processed)
- Invalid format parameter returns error or defaults
- Stale or missing data if signal has not been recently updated
- Network timeout if the agent-operated service is temporarily unavailable

## 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 product name, the frog pattern signal data object, the methodology description explaining how the signal is constructed, and an as-of date indicating data freshness. This is delivered as quantitative equity research output, not investment advice.

## 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-frog-pattern-signal-a2d628aa/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)
