# APEX Runner Apex Pulse Signal

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

Retrieves the current Apex Pulse trading signal from APEX Runner's AI crypto trading system

## Facts

- Endpoint: GET https://apexrunner.ai/signals/apex-pulse
- Price: $0.035/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-apex-pulse-signal-5dfb08cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lnSMO9UrrDtKZkLu4ecY0

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-apex-pulse-signal-5dfb08cb
```

Example prompt: Pull the latest Apex Pulse signal from APEX Runner right now so I can see what the AI is recommending for crypto trading.

## When to prefer this

Use this endpoint when you need to read the current AI-generated trading pulse/signal from APEX Runner specifically, particularly if you are integrating with or monitoring APEX Runner's autonomous trading activity on Kraken, Coinbase, or Hyperliquid accounts.

## Known failure modes

- Payment not provided or x402 payment fails — 402 Payment Required
- Invalid or expired payment token — 401 Unauthorized
- Service temporarily unavailable — 503 Service Unavailable
- Rate limit exceeded — 429 Too Many Requests

## How this service works

APEX Runner: Apex Pulse Signal

## Output

Returns the current Apex Pulse signal — an AI-generated market signal or indicator used by APEX Runner to guide crypto trading decisions on connected exchanges like Kraken, Coinbase, and Hyperliquid.

## Example request

```json
{
 "method": "GET"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "fg": "integer — Fear & Greed index value 0-100",
 "type": "json",
 "market": "string — always OPEN (crypto trades 24/7)",
 "regime": "string — current BTC market regime: RANGING, TRENDING, CRISIS, or CHOPPY",
 "status": "string — LIVE / DEGRADED / DOWN",
 "example": {
  "fg": 42,
  "market": "OPEN",
  "regime": "RANGING",
  "status": "LIVE",
  "fg_label": "Fear",
  "active_pairs": 11,
  "apex_trading": true,
  "valid_for_seconds": 60
 },
 "fg_label": "string — Fear & Greed classification label",
 "active_pairs": "integer — total distinct trading pairs with open positions across all 3 exchanges",
 "apex_trading": "boolean — true if APEX grid bots have active positions"
}
```

## More

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