# Crypto Technicals x402

> Crypto Technicals x402 is a paid API for AI agents from vmi3089643.contaboserver.net, paid per call via x402, $0.003/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 asset using live Binance spot kline data, billed per-call via x402 USDC on Base.

## Facts

- Endpoint: POST https://vmi3089643.contaboserver.net/v1/ai/classify
- Price: $0.003/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-aa81c3e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_98-UKXSM1SxSRSUBOjPG-

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-aa81c3e9 -d '<json body>'
```

Example prompt: Run the trend-following technical analysis on BTCUSDT — I want to know today's trend regime, the Donchian channel levels, ATR stop, and any current trading signals.

## When to prefer this

Choose this endpoint when you need pay-per-call, on-demand crypto technical analysis grounded in a live trend-following bot's logic — specifically Donchian channel breakouts, ATR-based stops, and daily regime classification from Binance spot klines. Prefer it over generic price feeds when you need structured trading signals and backtested strategy context rather than raw price data, and when you want micropayment-based access via x402 USDC on Base without API key subscriptions.

## Known failure modes

- Invalid or unsupported trading symbol returns an error or empty result
- Payment failure via x402/USDC on Base results in 402 response blocking the call
- Binance API unavailability causes stale or missing kline data
- Malformed input schema (missing text or labels fields) returns a validation error
- Low confidence score may indicate ambiguous or ranging market conditions with no clear signal

## 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

Returns a JSON object with a classified label (e.g. trend regime or signal category), a rationale explaining the classification, and a confidence score between 0 and 1, derived from live Binance kline data and computed using a live trend-following bot's logic including Donchian channels, ATR stops, and backtests.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string"
  },
  "labels": {
   "type": "array",
   "items": {
    "type": "string"
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "label": "bug",
  "rationale": "Describes an error",
  "confidence": 0.94
 }
}
```

## More

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