# AtlasMarkets — Bollinger Bands Indicator

> AtlasMarkets — Bollinger Bands 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 Bollinger Bands technical indicator values for a given financial instrument

## Facts

- Endpoint: GET https://atlasmarkets-titan001-k3fd.onrender.com/api/indicators/bollinger
- 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-bollinger-bands-indicator-a7eb3873
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fZaQivENmibI_YKM25Ekk

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-bollinger-bands-indicator-a7eb3873
```

Example prompt: Pull the Bollinger Bands for BTC/USD using a 20-period window and 2 standard deviations so I can see if the price is near the upper or lower band right now.

## When to prefer this

Choose this endpoint when you need Bollinger Bands specifically for algorithmic trading signals, volatility analysis, or price channel detection on financial assets. It is purpose-built for AI agent consumption, priced per-call at $0.05 USDC via x402 on Base mainnet, making it suitable for automated or event-driven workflows without a subscription.

## Known failure modes

- Invalid or unsupported ticker symbol returns an error
- Missing required parameters such as symbol or period returns 400 Bad Request
- Payment not provided or insufficient USDC balance returns 402 Payment Required
- Rate limiting or server unavailability returns 503
- Requesting a time period with insufficient historical data returns partial or error response

## How this service works

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

## Output

Returns computed Bollinger Bands values including the upper band, middle band (simple moving average), and lower band prices for the requested asset and parameters, enabling volatility and price channel analysis.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-bollinger-bands-indicator-a7eb3873/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)
