# AgniciHub Trading Indicators API

> AgniciHub Trading Indicators API is a paid API for AI agents from api.agnichub.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns computed trading indicators for financial assets via a paid POST endpoint using x402 micropayment protocol

## Facts

- Endpoint: POST https://api.agnichub.xyz/v1/custom/trading-indicators/trading/v1/indicators
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-agnichub-xyz-1e39ce35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MG5dSpnH_vau9RP1NWx7x

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 api-agnichub-xyz-1e39ce35 -d '<json body>'
```

Example prompt: Can you pull the trading indicators for AAPL — I need RSI, MACD, and Bollinger Bands to help me decide whether to enter a position?

## When to prefer this

Use this endpoint when you need computed technical trading indicators (e.g. RSI, MACD, Bollinger Bands) for a financial asset and want to pay per-call via the x402 micropayment protocol with USDC on Base. Prefer this over scraping or building indicator logic yourself when low-latency, on-demand indicator computation is needed without a subscription.

## Known failure modes

- Payment not included or insufficient USDC — 402 Payment Required response
- Invalid or unsupported asset symbol — 400 Bad Request
- Missing required indicator parameters in POST body — 400 Bad Request
- Upstream market data unavailable — 503 Service Unavailable
- Rate limit exceeded — 429 Too Many Requests

## How this service works

Pay with base

## Output

A JSON response containing computed technical trading indicator values (such as RSI, MACD, moving averages, or other requested indicators) for the specified asset, based on the input parameters provided.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-agnichub-xyz-1e39ce35/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agnichub.xyz](https://www.zero.xyz/host/api.agnichub.xyz/llms.txt)
