# APEX Runner: Agent Conviction Score Signal

> APEX Runner: Agent Conviction Score Signal 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 real-time on-chain wallet conviction scores across crypto assets, aggregating position sizing and leverage data from analyzed wallets to surface the highest-conviction trades.

## Facts

- Endpoint: GET https://apexrunner.ai/signals/agent-conviction-score
- 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-agent-conviction-score-signal-a9f47837
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m-mh1oXeb-RxAo65yBZYg

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-agent-conviction-score-signal-a9f47837
```

Example prompt: Pull the latest APEX Runner agent conviction score signal and tell me which assets have the highest conviction among on-chain wallets right now, including their direction, average leverage, and conviction label.

## When to prefer this

Choose this endpoint when you need aggregated on-chain wallet conviction data across multiple assets in a single call, with directional signals, leverage context, and a composite conviction score. Prefer this over raw on-chain data queries when you want pre-processed, ranked signals with interpretation labels and a validity window. Use it over the Apex Alpha Score when you specifically want wallet-count-weighted conviction rather than institutional alpha signals.

## Known failure modes

- No query parameters required but malformed request structure may return 400
- Signal may be temporarily unavailable during evolution runs, returning 503
- Stale or expired signal if valid_for_seconds has elapsed since last generation
- Payment of 5.6 USDC via x402 required; missing or invalid payment returns 402
- Rate limiting may occur for repeated rapid calls, returning 429

## How this service works

APEX Runner: Agent Conviction Score Signal

## Output

Returns a structured object containing conviction scores keyed by asset or trade, each with a direction (long/short), conviction score (integer), conviction label, average leverage, wallet count, average position percentage, and an interpretation string. Also includes a top-level market insight summary, the total number of wallets analyzed, the highest conviction trade, a timestamp, a signal hash for verification, and how many seconds the signal remains valid. Metadata includes source, version, instance, evolution runs, live trading status, and whether live capital is deployed.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "conviction_scores": {
   "BTC": {
    "conviction_label": "HIGH",
    "conviction_score": 78
   }
  },
  "highest_conviction_trade": "BTC_LONG"
 },
 "market_insight": "string — summary of strongest bet",
 "conviction_scores": "object keyed by coin — direction, conviction_score (0-100), conviction_label (HIGH/MEDIUM/LOW), avg_position_pct, avg_leverage, signal, interpretation",
 "highest_conviction_trade": "string — coin_direction pair with highest score"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apex-runner-agent-conviction-score-signal-a9f47837/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)
