# APEX Runner Market Tick Signal

> APEX Runner Market Tick Signal is a paid API for AI agents from apexrunner.ai, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-15).

Returns a real-time AI-generated market tick signal for crypto trading decisions

## Facts

- Endpoint: GET https://apexrunner.ai/signals/market-tick
- Price: $0.014/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-market-tick-signal-1be951bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bMslOG87C18_GbSD1EAUc

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-tick-signal-1be951bf
```

Example prompt: Pull the latest APEX Runner market tick signal for BTC/USD right now so I can decide whether to enter a trade.

## When to prefer this

Use this endpoint when you need a real-time, AI-derived tick-level trading signal for crypto assets, especially when integrated with APEX Runner's autonomous trading ecosystem on Kraken, Coinbase, or Hyperliquid. Prefer this over generic price feeds when you need an opinionated signal rather than raw OHLCV data.

## Known failure modes

- Invalid or unsupported trading pair returns a 400 error
- Payment not received or x402 payment header missing results in 402 Payment Required
- Downstream market data unavailable causes a 503 or timeout
- Rate limiting if too many calls in a short window

## How this service works

APEX Runner: Market Tick Signal

## Output

Returns an AI-generated market tick signal indicating directional bias (e.g. buy/sell/neutral), signal strength or confidence, and relevant price tick data for the queried crypto asset.

## Example request

```json
{
 "pair": "BTC/USD",
 "timeframe": "1m"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "fg": "integer — Fear & Greed index 0-100",
 "btc": "float — BTC/USD price from Hyperliquid",
 "eth": "float — ETH/USD price from Hyperliquid",
 "sol": "float — SOL/USD price from Hyperliquid",
 "type": "json",
 "regime": "string — one-word market regime: RANGING / TRENDING / CRISIS / CHOPPY",
 "example": {
  "fg": 42,
  "btc": 68420.5,
  "eth": 3681.2,
  "sol": 152.4,
  "regime": "RANGING",
  "momentum": "BUILDING",
  "valid_for_seconds": 30
 },
 "momentum": "string — STRONG / BUILDING / WEAK / FADING based on ADX and volume"
}
```

## More

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