# Edge Agents Growth Option Radar

> Edge Agents Growth Option Radar is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Delivers evidence-backed cross-market growth opportunity intelligence with risk and intent analysis for investors, business leaders, and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/growth-option-radar
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-growth-option-radar-e9e0e066
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p993cfHmCRSmiA0MDzd9w

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 edge-agents-growth-option-radar-e9e0e066
```

Example prompt: Give me the latest Growth Option Radar report — I need a cross-market scan showing where growth opportunities are right now, with evidence quality and risk signals included.

## When to prefer this

Choose this endpoint when you need a rapid, evidence-backed radar scan of cross-market growth opportunities at very low cost ($0.01 per call), particularly when you need sourced, non-inferred intelligence with provenance attestation and risk-aware intent classification. Prefer this over generic financial data APIs when your use case requires macro-level growth signal synthesis rather than raw price or fundamental data, and when auditability and disclaimer compliance matter for institutional or advisory contexts.

## Known failure modes

- Payment not processed — returns 402 if USDC payment of $0.01 is not attached
- Data freshness gaps — report may note limited coverage or unavailable evidence for certain assets
- No input parameters matched — vague or missing query context may yield a generic rather than targeted report
- Network or service unavailability — endpoint may return 5xx if upstream data aggregation fails
- Schema version mismatch — clients expecting older schema versions may need to handle schemaVersion field changes

## How this service works

Growth Option Radar. Combines macro, market and risk evidence into strategic scenarios, timing questions and option-value context. Purpose: Improve strategic choices by making assumptions, reversibility, triggers and evidence gaps explicit. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report including a quality status and confidence level, a cross-market growth opportunity analysis summary with identified risk and growth intents, evidence assets and policy signals with sourced provenance, a signed issuer attestation, generation timestamp, schema version, and a disclaimer clarifying the report is general market research rather than investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "cross-market",
   "intents": [
    "risk",
    "evidence",
    "growth"
   ],
   "summary": "Fresh Growth Option Radar findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "growth-option-radar",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-growth-option-radar-e9e0e066/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
