# Silverback Technical Analysis

> Silverback Technical Analysis is a paid API for AI agents from silverback-x402.onrender.com, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

Returns RSI, MACD, and Bollinger Bands technical analysis for a given crypto token over a specified timeframe

## Facts

- Endpoint: GET https://silverback-x402.onrender.com/api/v1/technical-analysis
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/silverback-x402-onrender-com-8d8286b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NfLBMqfPFgCIiRBtM7oKd

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 silverback-x402-onrender-com-8d8286b5
```

Example prompt: Can you run a 14-day technical analysis on Ethereum — I want to see the RSI, MACD, and Bollinger Bands to know if it's a good entry point right now.

## When to prefer this

Use this endpoint when you need classic momentum and trend indicators (RSI, MACD, Bollinger Bands) for a crypto token available on CoinGecko. Prefer this over generic price endpoints when you need to assess overbought/oversold conditions, momentum shifts, or volatility bands. Best suited for short-to-medium term analysis windows of 1 to 30 days.

## Known failure modes

- Invalid CoinGecko token ID returns an error or empty result
- Unsupported timeframe value (not 1, 7, 14, or 30) returns a validation error
- Token with insufficient price history may return incomplete indicators
- Service unavailable or slow response due to Render.com cold start
- Payment failure via x402 results in 402 response before analysis is returned

## How this service works

Provides on-demand technical indicators and trading signals (EMA, RSI, MACD, support/resistance) for assets and markets in JSON.

## Output

Returns computed technical analysis metrics including RSI (relative strength index), MACD (moving average convergence divergence), and Bollinger Bands for the requested token and timeframe, enabling assessment of momentum, trend, and volatility signals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "token": {
   "type": "string",
   "description": "CoinGecko token ID (e.g., bitcoin, ethereum, solana)"
  },
  "timeframe": {
   "type": "string",
   "description": "Analysis period in days: 1, 7, 14, or 30"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/silverback-x402-onrender-com-8d8286b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from silverback-x402.onrender.com](https://www.zero.xyz/host/silverback-x402.onrender.com/llms.txt)
