# APEX Runner Capital Rotation Signal

> APEX Runner Capital Rotation 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 a real-time crypto capital rotation signal indicating which assets to rotate between, including recommended allocations, rotation phase, and risk factors.

## Facts

- Endpoint: GET https://apexrunner.ai/signals/capital-rotation-signal
- 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-capital-rotation-signal-776be978
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nGyCmY-yFXnvH-i3Q8vjB

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-capital-rotation-signal-776be978
```

Example prompt: Check the APEX Runner capital rotation signal and tell me which crypto assets I should be rotating into right now, what the recommended allocations are for BTC, ETH, SOL, and AVAX, and what risk factors I should be aware of.

## When to prefer this

Use this endpoint when you need a live, trade-backed crypto capital rotation recommendation across BTC, ETH, SOL, and AVAX with a verifiable signal hash. Prefer this over generic market data feeds when you want an actionable allocation signal derived from live trading activity rather than raw price data.

## Known failure modes

- HTTP 402 Payment Required if USDC payment is not included or insufficient
- Signal may be temporarily unavailable if the underlying evolution engine is recalculating
- valid_for_seconds may be short (signal expires quickly), requiring frequent calls for fresh data
- Network timeout if the signal computation takes too long

## How this service works

APEX Runner: Capital Rotation Signal Signal

## Output

Returns a structured signal object containing: the asset to rotate from and to, the current rotation phase and state, recommended portfolio allocations as percentages for BTC/ETH/SOL/AVAX, a list of risk factors, how long the signal is valid for in seconds, a verifiable signal hash, whether live capital is deployed backing the signal, and how many trades are backing it.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "rotation_phase": "EARLY",
  "rotation_state": "ALT_SEASON_EARLY",
  "recommended_allocations": {
   "BTC": "REDUCE",
   "ETH": "ACCUMULATE"
  }
 },
 "rotation_to": "string",
 "risk_factors": "array of strings",
 "rotation_from": "string",
 "rotation_phase": "EARLY/MID/LATE/UNKNOWN",
 "rotation_state": "string — BTC_ACCUMULATION / ALT_SEASON_EARLY / ALT_SEASON_LATE / RISK_OFF / RECOVERY / CHOPPY",
 "recommended_allocations": "object — REDUCE/HOLD/ACCUMULATE per coin"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apex-runner-capital-rotation-signal-776be978/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)
