# AtlasMarkets — MACD Technical Indicator

> AtlasMarkets — MACD 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-14).

Returns the Moving Average Convergence Divergence (MACD) technical indicator for a given asset, paid per-call via x402 on Base mainnet.

## Facts

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

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-macd-technical-indicator-50ba0b82
```

Example prompt: Pull the MACD indicator for ETH/USD on the 1-hour timeframe — I want to know if there's a bullish crossover happening right now.

## When to prefer this

Choose this endpoint when your agent needs a precise, real-time MACD computation without running local indicator libraries, especially in crypto or equity trading workflows that already operate on Base mainnet and can handle x402 micropayments natively.

## Known failure modes

- Invalid or unsupported ticker symbol returns an error response
- Payment not processed or x402 header missing returns 402 Payment Required
- Unsupported interval or timeframe returns a 400 Bad Request
- Rate limiting or server unavailability returns 503
- Insufficient USDC balance for per-call micropayment blocks the request

## How this service works

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

## Output

Returns the MACD line value, signal line value, and histogram (divergence) for the requested asset and timeframe, enabling momentum and trend-reversal 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-macd-technical-indicator-50ba0b82/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)
