# DarrylBots Agent Flow Radar Event

> DarrylBots Agent Flow Radar Event is a paid API for AI agents from darrylbots.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a single derived options-flow event verdict (triage card) for a specified stock ticker.

## Facts

- Endpoint: GET https://darrylbots.com/api/agent-flow-radar-event
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/darrylbots-agent-flow-radar-event-720355c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x5Mp9qPFTGVkimRLdDwGe

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 darrylbots-agent-flow-radar-event-720355c0
```

Example prompt: Pull the DarrylBots Flow Radar event verdict for NVDA — I want to see the derived options-flow triage card for it right now.

## When to prefer this

Use this endpoint when you need a quick, single-ticker options-flow derived verdict or triage signal — especially when you want a concise micro-brief rather than a full market-tone summary. Prefer this over the market-tone summary endpoint when you need ticker-specific flow event analysis rather than a broad GREEN/RED/MIXED market assessment.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or defaults to TSLA
- Payment not completed via x402 protocol results in 402 Payment Required response
- No active options-flow events for the ticker may result in empty or null verdict
- Network timeout if the upstream options-flow data source is unavailable

## How this service works

High-touch consulting for personal AI fleets: humanoid robots, LifeOps assistants, WealthOps bots, and secure digital-physical automation for homes and executives.

## Output

A single derived options-flow event verdict (triage card) for the requested ticker — summarizing what the current options flow activity implies about directional positioning or notable activity, formatted as a micro-brief for agent consumption.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "ticker": {
       "type": "string",
       "description": "Ticker to generate a derived flow-event triage card for. Defaults to TSLA."
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "event": {
   "ticker": "TSLA",
   "confidence": 0.72,
   "agent_verdict": "watch",
   "raw_vendor_data_redistributed": false
  },
  "product": {
   "id": "agent-flow-radar-event",
   "title": "Agent Flow Radar: One Event, One Verdict"
  },
  "purchased": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/darrylbots-agent-flow-radar-event-720355c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from darrylbots.com](https://www.zero.xyz/host/darrylbots.com/llms.txt)
