# APEX Runner Risk Assessment Bundle Signal

> APEX Runner Risk Assessment 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 risk assessment signal for AI-driven crypto trading, covering position exposure, fill rates, and ATR sizing in one call.

## Facts

- Endpoint: GET https://apexrunner.ai/signals/risk-assessment-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-risk-assessment-bundle-signal-be153b48
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TpaAmqg405agTFIMwCRYG

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-risk-assessment-bundle-signal-be153b48
```

Example prompt: Pull the APEX Runner risk assessment bundle signal so I can see my combined position exposure, fill rate, and ATR sizing risk metrics before placing my next crypto trade.

## When to prefer this

Choose this endpoint when you need a comprehensive, bundled risk snapshot (exposure + fill rate + ATR sizing) in a single call rather than fetching individual signals separately — ideal for trading bots or agents needing a consolidated risk view before executing trades.

## Known failure modes

- Payment not provided or invalid x402 USDC payment — returns 402 Payment Required
- Service unavailable or exchange connectivity issues — returns 5xx error
- Rate limit exceeded — returns 429 Too Many Requests
- Invalid or missing authentication — returns 401 Unauthorized

## How this service works

APEX Runner: Risk Assessment Bundle Signal

## Output

A bundled set of risk assessment signals including position exposure, live fill rate, and ATR-based sizing data, aggregated into a single response for use in automated crypto trading decisions.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "bundle": "string — bundle identifier: risk_assessment",
 "example": {
  "bundle": "risk_assessment",
  "whale_sentiment": {
   "bias": "bullish"
  },
  "bundle_savings_pct": 62.5,
  "liquidation_pressure": {
   "cascade_alert": false
  }
 },
 "portfolio_heat": "object — full portfolio_heat signal output",
 "whale_sentiment": "object — full whale_sentiment signal output",
 "bundle_savings_pct": "number — savings % vs buying the 4 live components individually (oi_divergence excluded while its feed is offline)",
 "liquidation_magnet": "object — full liquidation_magnet signal output",
 "liquidation_pressure": "object — full liquidation_pressure signal output"
}
```

## More

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