# BTC15 Threshold Pressure Alert

> BTC15 Threshold Pressure Alert is a paid API for AI agents from xx402.icu, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a pressure alert indicating whether Bitcoin's current 15-minute prediction market price is within a user-defined USD gap of a target threshold, along with derived pressure scores and liquidity signals.

## Facts

- Endpoint: GET https://xx402.icu/x402/api/btc15-threshold-pressure-alert
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/btc15-threshold-pressure-alert-e2b4c0d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xOxtFQNN2eB-AncpvtDuV

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 btc15-threshold-pressure-alert-e2b4c0d7
```

Example prompt: Check the current BTC 15-minute prediction market for threshold pressure — alert me if Bitcoin is within $75 of the target and the pressure score is at least 30, looking back over the last 90 snapshots.

## When to prefer this

Use this endpoint when you need a single, pre-computed pressure alert for Bitcoin's 15-minute prediction market based on configurable threshold proximity and minimum pressure score. It is purpose-built for BTC microstructure monitoring and does not require the caller to aggregate raw tape data. Prefer it over generic price feeds when you want a boolean alert_active flag plus supporting liquidity and pressure signals in one response.

## Known failure modes

- lookback_rows outside 15–180 range returns validation error
- threshold_gap_usd outside 5–250 range returns validation error
- pressure_score_min outside 0–100 range returns validation error
- invalid or non-existent market_timestamp returns error or empty result
- live collector database unavailable causes source_status degradation
- payment failure (x402) causes 402 response before data is returned

## How this service works

Paid x402 buyer market scout, x402 paid resource preflight, x402 seller visibility audit, Base actionable risk feed, liquidity exit risk alerts, pool launch risk feed, stable asset risk feed, contract control event feed, protocol outflow risk feed, yield pool allocation risk feed, protocol fee quality feed, token watchlist decision packet, wallet watchlist decision packet, approval risk feed, ranked DeFi review queues with incident history, onchain risk decision packet, promoted token campaign decision packet, large transfer decision packet, token candidate screening decision radar, DEX pair anomaly decision radar, wallet safety decision packet, counterparty flow, allowance, approval exposure, DEX pair routing risk, token trade safety, token liquidity, token flow, holder concentration, contract controls, batch token screening decision packets, token diligence, and BTC15 prediction-market microstructure, execution-friction, calibration-slice, recent market tape, resolved feature sample, and threshold-pressure packets for agents and risk tools.

## Output

A JSON object containing: a summary of recent market conditions, a threshold_alert object indicating whether alert_active is true or false, market metadata, freshness timestamps, derived pressure_signals, liquidity details, quality_flags for data integrity, and source_status information from underlying data sources.

## Response schema (JSON Schema)

```json
{
 "keys": [
  "summary",
  "threshold_alert",
  "market",
  "freshness",
  "pressure_signals",
  "liquidity",
  "quality_flags",
  "source_status",
  "sources"
 ],
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/btc15-threshold-pressure-alert-e2b4c0d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from xx402.icu](https://www.zero.xyz/host/xx402.icu/llms.txt)
