# Crypto Market Regime & Risk Snapshot

> Crypto Market Regime & Risk Snapshot is a paid API for AI agents from base.46-225-15-169.sslip.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a 0-100 composite risk score and market regime classification (trend vs range) for BTC, ETH, BNB, SOL, XRP, DOGE, ADA, and LINK, fusing price returns, volatility, order book, taker flow, funding, open interest, and ADX/EMA signals.

## Facts

- Endpoint: POST https://base.46-225-15-169.sslip.io/v1/market-regime-risk
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-market-regime-risk-snapshot-5750e708
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y8UAWWx5j4qT1AI_78BrJ

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 crypto-market-regime-risk-snapshot-5750e708 -d '<json body>'
```

Example prompt: Before I put on a long BTC position, pull the current market regime risk snapshot — I want to know the risk score, whether BTC is trending or ranging, and what realized volatility and funding rates look like right now.

## When to prefer this

Choose this endpoint when an AI trading agent needs a fused, multi-factor risk and regime score before executing a trade — specifically when you need to combine volatility, microstructure (order book, taker flow), derivatives (funding, OI), and trend signals into a single normalized risk score rather than querying each data source separately. Prefer this over raw exchange APIs when you need pre-computed regime classification and data quality checks in a single low-latency call.

## Known failure modes

- Unsupported asset symbol returns an error or empty result
- Stale or unavailable exchange data may degrade data quality flags
- Network timeout to upstream exchange feeds can cause partial data
- Payment not attached or insufficient USDC balance returns 402 error
- Invalid request body format returns 400 validation error

## How this service works

Real-time crypto market regime and risk snapshot for BTC, ETH, BNB, SOL, XRP, DOGE, ADA, and LINK. Use when an AI agent needs pre-trade risk context, position-sizing input, execution guardrails, or trend-vs-range classification. Fuses price returns, realized volatility, order book, taker flow, funding, open interest, and ADX/EMA trend strength into a 0-100 risk score with data-quality checks and source timestamps.

## Output

Returns a structured JSON payload per requested asset containing: a 0-100 composite risk score, a market regime label (trend or range), realized volatility, order book snapshot metrics, taker buy/sell flow, funding rate, open interest, ADX and EMA trend strength values, data quality check flags, and source timestamps for each data component.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-market-regime-risk-snapshot-5750e708/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from base.46-225-15-169.sslip.io](https://www.zero.xyz/host/base.46-225-15-169.sslip.io/llms.txt)
