# crypto-technicals-x402

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

Returns daily trend regime, Donchian channel levels, ATR-based stops, trade signals, and backtest results for a given crypto trading pair symbol.

## Facts

- Endpoint: GET https://vmi3089643.contaboserver.net/v1/brief/%7Bsymbol%7D
- Price: $0.005/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-24012b5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DRCOuE3b_G_UJKtap1YqR

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-24012b5c
```

Example prompt: What's the current trend regime and ATR stop level for BTCUSDT — is the trend-following model signaling long or short right now?

## When to prefer this

Choose this endpoint when you need daily-timeframe trend-following technical analysis — specifically Donchian channel levels, ATR stops, trend regime classification, and trade signals — computed from live Binance spot klines. It is particularly suited to AI agents that need a structured, pay-per-call (no subscription) technical brief to inform trading decisions or monitor market conditions. Prefer it over generic market data APIs when you want backtest-validated signals from a live trend-following system rather than raw OHLCV data.

## Known failure modes

- Unknown or unsupported symbol returns an error or empty facts object
- Binance kline data unavailable (exchange downtime) may result in stale or missing indicators
- Payment failure via x402/USDC on Base results in 402 response before any data is returned
- Malformed symbol string (e.g. missing quote currency) may cause a processing error
- Rate limits or server overload on the Contabo-hosted instance may cause timeouts

## 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: a 'brief' field with a human-readable narrative summary (e.g. 'BTCUSDT closed at 77225 …'), a 'facts' object with structured technical indicators (trend regime, Donchian high/low channel levels, ATR stop distances, trade signals, and backtest metrics), and a 'symbol' field echoing the requested trading pair.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "brief": "BTCUSDT closed at 77225 ...",
  "facts": {},
  "symbol": "BTCUSDT"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-technicals-x402-24012b5c/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)
