# APEX Runner: Regime Confluence Institutional Signal

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

Returns a composite institutional-grade trading signal combining market regime classification, fear/greed index, and live exchange grid status across multiple crypto assets

## Facts

- Endpoint: GET https://apexrunner.ai/signals/regime-confluence-institutional
- Price: $14/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-regime-confluence-institutional-signal-f9dccff3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y9ltdAbNe7qllioQmhZKA

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-regime-confluence-institutional-signal-f9dccff3
```

Example prompt: What does APEX Runner's regime confluence institutional signal say right now — what's the regime, fear/greed reading, signal strength, and recommended allocation percentage across the major coins?

## When to prefer this

Choose this endpoint when you need a multi-dimensional institutional-grade view that fuses market regime, fear/greed sentiment, and live exchange grid activity into a single signal. Prefer this over the micro regime or fg-micro endpoints when you need confluence across all three dimensions for larger position sizing decisions. Use over the alpha score institutional endpoint when you specifically need the exchange grid status (Kraken, Coinbase, Hyperliquid) alongside regime and sentiment data.

## Known failure modes

- Signal data temporarily stale — cached_at timestamp may be outdated during low-liquidity periods
- Rate limiting or payment verification failure returns 402 with no signal body
- Exchange grid status may be partially unavailable if one exchange (e.g. Kraken) is unreachable
- Signal hash verification failure indicating data integrity issue
- Empty or null recommended_allocation_pct if regime confidence is too low to size a position

## How this service works

APEX Runner: Regime Confluence Institutional Signal

## Output

Returns a JSON object containing: per-coin regime classifications with confidence scores, a fear/greed integer index, institutional tier and signal strength, live grid status (open orders, last cycle UTC) for Kraken, Coinbase, and Hyperliquid, position sizing recommendation with max and recommended allocation percentages, data provenance metadata (live since, real capital, backtested), APEX track record stats (fills, exchanges, CEX trades), a signal hash for verification, and flags for live trading and live capital deployment.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "institutional": {
   "signal_strength": "MODERATE"
  },
  "dominant_regime": "RANGING"
 },
 "institutional": "object — confidence_interval, position_sizing, historical_accuracy",
 "dominant_regime": "string"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apex-runner-regime-confluence-institutional-signal-f9dccff3/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)
