# AtlasMarkets — RSI Technical Indicator

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

Returns the Relative Strength Index (RSI) for a given asset symbol to help gauge overbought or oversold conditions

## Facts

- Endpoint: GET https://atlasmarkets-titan001-k3fd.onrender.com/api/indicators/rsi
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-rsi-technical-indicator-10a3314d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k6pvVJ-QmN3Ft5ekW8uQq

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-rsi-technical-indicator-10a3314d
```

Example prompt: What's the current RSI for Bitcoin on the 1-hour timeframe — I want to know if it's overbought or oversold right now?

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call RSI calculation for crypto or equity assets without maintaining your own data pipeline. Ideal for AI agents performing pre-trade checks, momentum screening, or market briefings that need a single technical indicator on demand. Best when you want x402 micropayment-native access on Base mainnet without subscription overhead.

## Known failure modes

- Invalid or unsupported ticker symbol returns an error or empty response
- Missing required parameters (symbol, interval) causes a 4xx error
- Payment failure on Base mainnet (insufficient USDC) results in 402 response and no data
- Rate limiting or server unavailability on the hosted Render instance may cause timeouts
- Very new or illiquid assets may lack sufficient price history for RSI calculation

## How this service works

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

## Output

Returns a numeric RSI value (typically 0–100) for the requested asset and time period. Values above 70 generally indicate overbought conditions; values below 30 indicate oversold. May include the period used and timestamp of the calculation.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-rsi-technical-indicator-10a3314d/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)
