# crypto-technicals-x402

> crypto-technicals-x402 is a paid API for AI agents from vmi3089643.contaboserver.net, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns daily trend regime, Donchian channel levels, ATR-based stops, trading signals, and backtest results for a given crypto symbol using live Binance spot kline data.

## Facts

- Endpoint: GET https://vmi3089643.contaboserver.net/v1/book/%7Bsymbol%7D
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-technicals-x402-09d8a399
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7R_D3MljYxfUGg5iRb-jn

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-technicals-x402-09d8a399
```

Example prompt: Can you pull the daily trend regime, Donchian channel levels, and ATR stop for SOLUSDT and tell me if there's a current buy or sell signal?

## When to prefer this

Choose this endpoint when you need computed trend-following technical indicators (Donchian channels, ATR stops, trend regime, signals) for a Binance USDT spot pair, especially when you want backtest-validated outputs from a live bot's logic rather than raw price data. Prefer this over raw price endpoints when you need actionable trading signals, not just quotes.

## Known failure modes

- Invalid or unsupported symbol returns an error or empty result
- Binance kline data unavailable causes computation failure
- Payment not processed via x402/USDC results in 402 Payment Required response
- Network issues with Contabo server may cause timeouts
- Symbol not listed on Binance spot returns no data

## How this service works

Pay-per-call crypto technical analysis for AI agents (x402, USDC on Base). Daily trend regime, Donchian levels, ATR stops, signals and backtests computed with the code of a live trend-following bot from Binance spot klines.

## Output

A JSON object containing the crypto symbol, current trend regime, Donchian channel high/low levels, ATR-derived stop levels, directional trading signals, and backtest performance metrics computed from Binance spot klines. Also includes order book snapshot data such as best bid/ask, spread in bps, and notional liquidity.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "symbol": "SOLUSDT",
  "bestAsk": 231.12,
  "bestBid": 231.1,
  "imbalance": 0.12,
  "spreadBps": 0.9,
  "askNotionalUsd": 980000,
  "bidNotionalUsd": 1250000
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-technicals-x402-09d8a399/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vmi3089643.contaboserver.net](https://www.zero.xyz/host/vmi3089643.contaboserver.net/llms.txt)
