# APEX Runner Trading Intelligence Bundle Signal

> APEX Runner Trading Intelligence Bundle 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-13).

Returns a bundled set of AI-generated trading intelligence signals for crypto markets, covering multiple analytical dimensions in a single call.

## Facts

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

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-trading-intelligence-bundle-signal-489c0441
```

Example prompt: Pull me APEX Runner's full trading intelligence bundle signal right now so I can see the combined AI market analysis across all dimensions before placing a crypto trade.

## When to prefer this

Prefer this endpoint when you need a comprehensive, multi-dimensional trading intelligence snapshot in a single API call rather than fetching individual signals (ATR sizing, position exposure, fill rate, risk assessment) separately. Ideal for agents that need a full picture before making or evaluating a trade decision, saving multiple round-trips and payment transactions.

## Known failure modes

- Payment of $2.50 USDC not received or x402 payment protocol failure — returns 402 Payment Required
- Upstream market data unavailable — signals may be stale or endpoint returns 503
- Invalid or missing authentication/payment header — returns 401 or 402
- Rate limiting if called too frequently — returns 429
- No current signal available for requested asset — returns empty or null signal fields

## How this service works

APEX Runner: Trading Intelligence Bundle Signal

## Output

A bundled response containing multiple AI-generated trading intelligence signals, likely including directional signals, confidence levels, risk indicators, and composite market analysis metrics for crypto assets. The bundle consolidates insights that would otherwise require multiple separate signal calls.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "bundle": "string — bundle identifier: trading_intelligence",
 "example": {
  "bundle": "trading_intelligence",
  "combined_alpha": {
   "overall_signal": "WAIT"
  },
  "regime_confluence": {
   "dominant_regime": "RANGING",
   "confluence_label": "MODERATE"
  },
  "bundle_savings_pct": 78.3
 },
 "apex_composite": "object — full apex_composite signal output",
 "combined_alpha": "object — full combined_alpha signal output",
 "momentum_status": "object — full momentum_status signal output",
 "regime_confluence": "object — full regime_confluence signal output",
 "bundle_savings_pct": "number — savings % vs buying the 5 components individually",
 "cross_exchange_spread": "object — full cross_exchange_spread signal output"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apex-runner-trading-intelligence-bundle-signal-489c0441/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)
