# APEX Runner BTC Price Tick Signal

> APEX Runner BTC Price Tick 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 real-time Bitcoin price tick signal with AI-generated trading direction indicators and metadata from APEX Runner's live trading system

## Facts

- Endpoint: GET https://apexrunner.ai/signals/btc-price-tick
- 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-btc-price-tick-signal-46119a40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DLh4Tv6CbJfYgc6gVTto8

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-btc-price-tick-signal-46119a40
```

Example prompt: What's the current APEX Runner BTC price tick signal right now — show me the signal direction, strength, and how many live trades are backing it?

## When to prefer this

Use this endpoint when you need the current AI-generated Bitcoin price tick signal specifically from APEX Runner's live trading system, including metadata about whether the signal is backed by real capital and live trades. Prefer this over generic price feeds when you want a trading signal (not just a raw price) with provenance, hash verification, and live deployment status.

## Known failure modes

- Payment not received or x402 payment fails — returns 402 Payment Required
- Signal data temporarily unavailable — may return 503 or empty response
- Rate limiting if called too frequently
- Network timeout if APEX Runner infrastructure is unreachable

## How this service works

APEX Runner: Btc Price Tick Signal

## Output

Returns a JSON object with numeric signal fields (a, b, e, s) and a timestamp (t), plus an _apex metadata block containing the signal string label, source, version, instance ID, verification URL, signal hash, live trading status, number of evolution runs, whether live capital is deployed, and how many trades are backing the signal.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "a": "float — AVAX/USD price",
 "b": "float — BTC/USD price",
 "e": "float — ETH/USD price",
 "s": "float — SOL/USD price",
 "t": "integer — unix timestamp",
 "type": "json",
 "example": {
  "a": 24.1,
  "b": 63420.5,
  "e": 3681.2,
  "s": 152.4,
  "t": 1750000000
 }
}
```

## More

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