# AtlasMarkets — Options Flow (IV)

> AtlasMarkets — Options Flow (IV) is a paid API for AI agents from atlasmarkets-titan006-30hz.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns implied volatility and unusual options flow data for financial instruments, payable via x402 on Base mainnet.

## Facts

- Endpoint: GET https://atlasmarkets-titan006-30hz.onrender.com/api/options/iv
- 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-options-flow-iv-61a4c34e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a46VGhsDpRIjY_LiH2s-Z

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-options-flow-iv-61a4c34e
```

Example prompt: Can you pull the current implied volatility and any unusual options flow for TSLA from AtlasMarkets right now?

## When to prefer this

Choose this endpoint when you need real-time implied volatility or unusual options flow data for AI-driven trading strategies, pre-earnings analysis, or smart money detection. It is particularly suited for agents operating on Base mainnet that can handle x402 micropayments natively. Prefer it over broader market data APIs when options-specific signals (IV, flow, unusual activity) are the primary need.

## Known failure modes

- Payment not settled on Base mainnet — 402 response requiring x402 payment before data is returned
- Invalid or missing ticker/properties parameter — returns 400 with schema validation error
- Market closed or no options data available for the queried symbol — empty or null response
- Render.com cold start latency causing timeout on first request
- Unsupported asset or symbol not covered by AtlasMarkets data feed

## How this service works

Options flow and unusual activity for AI agents. x402-protected on Base mainnet.

## Output

Returns implied volatility figures and options flow metrics for the queried instrument, including signals for unusual or outsized activity that may indicate informed trading, large block orders, or notable market positioning.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-options-flow-iv-61a4c34e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-titan006-30hz.onrender.com](https://www.zero.xyz/host/atlasmarkets-titan006-30hz.onrender.com/llms.txt)
