# AgniHub Custom Trading Indicators

> AgniHub Custom Trading Indicators 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-14).

Computes custom technical trading indicators for financial instruments via a paid POST endpoint accepting crypto micropayments.

## Facts

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

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

Example prompt: Can you calculate custom trading indicators for AAPL — specifically the RSI and MACD for the past 30 days — so I can assess the current momentum signal?

## When to prefer this

Use this endpoint when you need custom or specialized technical indicators computed on demand for algorithmic trading, backtesting, or signal generation, and you want to pay per call via crypto micropayment (USDC on Base) rather than subscribing to a full market data service.

## Known failure modes

- Invalid or unsupported ticker symbol returns error
- Missing required indicator parameters causes bad request
- Payment failure via x402 protocol blocks access
- Malformed POST body returns 400 error
- Unsupported indicator type returns error
- Rate limiting or quota exceeded returns 429

## How this service works

Pay with base

## Output

Returns computed technical indicator values (e.g. RSI, MACD, moving averages, or custom metrics) for the requested financial instrument and parameters, delivered as JSON.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-agnichub-xyz-eed10b87/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)
