# AIServices Technical Indicators

> AIServices Technical Indicators is a paid API for AI agents from api.aiservices.to, paid per call via x402, $0.02/call, status down (last checked 2026-09-16).

Returns crypto technical indicators (e.g. RSI, MACD, moving averages) for a given trading symbol, paid per-call via x402/USDC.

## Facts

- Endpoint: POST https://api.aiservices.to/v1/indicators/%7Bsymbol%7D
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aiservices-technical-indicators-921c6f6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fXlG7bIJhQDt-nEJe_5P9

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 aiservices-technical-indicators-921c6f6c -d '<json body>'
```

Example prompt: Can you pull the latest technical indicators for BTC — specifically RSI and MACD — so I can see if it's currently overbought or showing a bullish crossover?

## When to prefer this

Use this endpoint when an AI agent needs on-demand crypto technical indicator data (RSI, MACD, moving averages) for a specific symbol and can pay micro-amounts per call via x402/USDC on Base. Prefer over free alternatives when reliability and freshness matter, or when integrating into an automated trading or DeFi workflow.

## Known failure modes

- Unsupported or invalid symbol returns 404 or error response
- Payment failure via x402 if USDC balance is insufficient
- Rate limiting or timeout if market data source is unavailable
- Malformed request body returns 400 bad request
- Symbol with no available price history returns empty or error

## How this service works

Paid data APIs for AI agents — crypto prices, technical indicators, DeFi yields, IP geolocation, URL metadata.

All paid endpoints use x402 protocol with USDC on Base.

## Output

Returns computed technical indicator values (such as RSI, MACD, moving averages, Bollinger Bands, etc.) for the requested crypto symbol, enabling trading signal analysis.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aiservices-technical-indicators-921c6f6c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aiservices.to](https://www.zero.xyz/host/api.aiservices.to/llms.txt)
