# AtlasMarkets — Technical Indicators

> AtlasMarkets — Technical Indicators is a paid API for AI agents from atlasmarkets-titan001-k3fd.onrender.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a full suite of technical indicators (RSI, MACD, Bollinger Bands, EMA) for a given financial instrument, paid per-call via x402 on Base mainnet.

## Facts

- Endpoint: GET https://atlasmarkets-titan001-k3fd.onrender.com/api/indicators/all
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-technical-indicators-c35c421c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_14TZ3pGbb2SOST8YWY4mU

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 atlasmarkets-technical-indicators-c35c421c
```

Example prompt: Can you pull all the technical indicators — RSI, MACD, Bollinger Bands, and EMA — for BTC right now so I can see whether it's overbought or showing a bullish trend?

## When to prefer this

Choose this endpoint when you need a comprehensive set of technical indicators (RSI, MACD, Bollinger Bands, EMA) in a single API call rather than computing them individually. It is well-suited for AI agents executing automated trading logic, generating buy/sell signals, or performing pre-trade analysis. The x402 micropayment model on Base mainnet makes it appropriate for pay-per-use agent workflows without subscription overhead.

## Known failure modes

- Payment failure on Base mainnet results in 402 response and no data returned
- Invalid or unsupported ticker symbol returns an error or empty result
- Network timeout from the Render-hosted service under high load
- Missing or malformed input properties causing a 400 bad request
- Stale or delayed market data if upstream price feed is lagging

## How this service works

Technical indicators for AI agents. RSI, MACD, Bollinger Bands, EMA. x402-protected on Base mainnet.

## Output

Returns computed values for all major technical indicators including RSI (Relative Strength Index), MACD (Moving Average Convergence Divergence) line and signal, Bollinger Bands (upper, middle, lower), and EMA (Exponential Moving Average) for the requested financial instrument.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-technical-indicators-c35c421c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-titan001-k3fd.onrender.com](https://www.zero.xyz/host/atlasmarkets-titan001-k3fd.onrender.com/llms.txt)
