# APEX Runner Position Exposure Signal

> APEX Runner Position Exposure 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-15).

Returns a real-time position exposure signal for crypto trading, indicating current market positioning risk levels.

## Facts

- Endpoint: GET https://apexrunner.ai/signals/position-exposure
- Price: $0.007/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apex-runner-position-exposure-signal-6c0569df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ivZgzicJ8CKtfhr5NHRi8

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-position-exposure-signal-6c0569df
```

Example prompt: Pull the current position exposure signal from APEX Runner for BTC — I want to know if my long position is overexposed before I add more size.

## When to prefer this

Choose this endpoint when you need a real-time, paid signal specifically about position exposure risk for crypto assets, especially when integrated with APEX Runner's broader AI trading ecosystem on Kraken, Coinbase, or Hyperliquid. Prefer this over generic portfolio tools when you need a discrete, actionable signal for algorithmic or automated trading decisions.

## Known failure modes

- Invalid or unsupported asset symbol returns an error
- Payment of 4 USDC not processed results in 402 Payment Required
- Service unavailable during exchange downtime or maintenance
- Rate limiting if too many requests are made in quick succession
- Missing required query parameters returns 400 Bad Request

## How this service works

APEX Runner: Position Exposure Signal

## Output

A real-time position exposure signal indicating the degree of market exposure for a given crypto asset or trading position, likely including a numeric exposure score or categorical risk level to inform trading decisions.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "exposure_rating": "MODERATE",
  "concentration_risk": "BALANCED",
  "total_deployed_usd": 847.23,
  "largest_position_pct": 18.4
 },
 "by_exchange": "object — keyed by exchange, each with deployed USD and pairs breakdown",
 "exposure_rating": "string — LOW / MODERATE / HIGH risk rating",
 "cash_reserve_pct": "float — estimated cash reserve as % of total portfolio value",
 "concentration_risk": "string — BALANCED / MODERATE / CONCENTRATED based on largest single position",
 "total_deployed_usd": "float — total capital deployed across all 3 exchanges in USD",
 "largest_position_pct": "float — largest single position as % of total deployed"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apex-runner-position-exposure-signal-6c0569df/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)
