# APEX Runner Market Pulse Bundle Signal

> APEX Runner Market Pulse 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-14).

Returns a bundled market pulse signal for crypto trading, aggregating multiple market indicators into a single composite signal for AI-driven trading decisions.

## Facts

- Endpoint: GET https://apexrunner.ai/signals/market-pulse-bundle
- 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-market-pulse-bundle-signal-e5d3cdd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pO_YrAN7OBC22lvQidn_0

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-market-pulse-bundle-signal-e5d3cdd0
```

Example prompt: Pull me the latest Market Pulse Bundle signal from APEX Runner so I can see the aggregated market conditions before my trading bot places any orders.

## When to prefer this

Use this endpoint when you need a single bundled call that aggregates multiple market pulse metrics at once, rather than fetching individual signals like ATR sizing, fill rate, or risk assessment separately. Ideal for agents that need a holistic market snapshot before executing trades.

## Known failure modes

- Payment of 0.1 USDC not received — returns 402 Payment Required
- Market data temporarily unavailable — returns 503 or empty signal bundle
- Invalid or expired payment token — returns 401 Unauthorized
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

APEX Runner: Market Pulse Bundle Signal

## Output

A bundled set of market pulse signals and composite indicators reflecting current crypto market conditions, suitable for informing AI-driven trading decisions on platforms like Kraken, Coinbase, and Hyperliquid.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "tick": "object — market_tick output: btc, eth, sol prices, momentum",
 "type": "json",
 "pulse": "object — apex_pulse output: status, regime, fg, apex_trading, active_pairs",
 "bundle": "string — bundle identifier: market_pulse",
 "regime": "object — BTC regime and confidence",
 "example": {
  "tick": {
   "btc": 63400,
   "eth": 1682,
   "sol": 72.5
  },
  "pulse": {
   "fg": 21,
   "status": "LIVE"
  },
  "bundle": "market_pulse",
  "regime": {
   "regime": "RANGING"
  },
  "fear_greed": {
   "zone": "EXTREME_FEAR",
   "value": 21
  },
  "btc_dominance": {
   "dominance_pct": 54.2
  },
  "bundle_savings_pct": 76.2
 },
 "fear_greed": "object — value 0-100, classification, zone",
 "btc_dominance": "object — dominance_pct, direction",
 "bundle_savings_pct": "number — percentage saved vs buying signals individually"
}
```

## More

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