# APEX Runner: Signal Intelligence

> APEX Runner: Signal Intelligence is a paid API for AI agents from apexrunner.ai, paid per call via x402, $0.007/call, status unknown (last checked 2026-09-14).

Returns meta-intelligence about the APEX Runner signal catalog, including top-performing signals, agent retention metrics, tier breakdowns, and pricing recommendations.

## Facts

- Endpoint: GET https://apexrunner.ai/signals/signal-intelligence
- Price: $0.007/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apex-runner-signal-intelligence-5bc30eca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TRMJkjL0fPWpwZTpdzA-w

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 apex-runner-signal-intelligence-5bc30eca
```

Example prompt: Pull the latest APEX Runner signal intelligence report — I want to see which signals are the top performers by revenue and unique agents, what the tier breakdown looks like, and any price recommendations the platform is suggesting.

## When to prefer this

Use this endpoint when you need a high-level meta-view of the entire APEX Runner signal ecosystem — not a specific trading signal itself, but analytics about the signals: which are popular, which are stagnant, what pricing the platform recommends, and how agent engagement looks. Prefer this over individual signal endpoints when doing catalog audits, marketplace health checks, or optimizing signal pricing strategy.

## Known failure modes

- No required parameters means the endpoint should always return data if the service is up; primary failure is service unavailability (503/504)
- Payment failure if x402 USDC payment of $3.50 is not properly submitted
- Stale data if the valid_for_seconds window has expired and cache has not refreshed
- Empty arrays for top_performers or zero_call_signals if catalog is new or unpopulated

## How this service works

APEX Runner: Signal Intelligence Signal

## Output

Returns a structured signal_intelligence object containing: timestamp and cache validity window, key insight string, total catalog size, active signals in the past 7 days, top-performing signals with call counts and revenue, tier-level revenue and call breakdowns, agent retention data (top agent wallet, returning agents, total agents), quality flags, bundle candidates, zero-call signal list, price recommendations, and a next-evolution hint.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "signal_intelligence": {
   "key_insight": "fear_greed leads with 142 calls generating $7.10",
   "catalog_size": 47
  }
 },
 "signal_intelligence": "object — catalog_size, active_signals_7d, top_performers, bundle_candidates, agent_retention, key_insight"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apex-runner-signal-intelligence-5bc30eca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apexrunner.ai](https://www.zero.xyz/host/apexrunner.ai/llms.txt)
