# AtlasMarkets — Options Flow

> AtlasMarkets — Options Flow 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-15).

Returns real-time options flow and unusual options activity alerts for financial markets, accessible via micropayment on Base mainnet.

## Facts

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

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-b47a1217
```

Example prompt: Pull the latest unusual options flow alerts right now — I want to see what big or abnormal trades are hitting the market so I can spot where smart money might be moving.

## When to prefer this

Choose this endpoint when you need real-time, AI-agent-accessible options flow and unusual activity data with per-call micropayment pricing via x402 on Base — ideal for agents that need on-demand market intelligence without a subscription, or for workflows that need to detect smart money moves and abnormal derivatives activity programmatically.

## Known failure modes

- Payment failure or insufficient USDC balance on Base mainnet returns 402 Payment Required
- Invalid or missing filter properties return 400 Bad Request
- Market closed or no unusual activity results in empty alerts array
- Rate limiting or server overload on the Render-hosted instance may return 429 or 503
- Network timeout if the Render instance is cold-starting

## How this service works

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

## Output

A list of options flow alerts and unusual activity events, likely including details such as ticker symbol, contract type (call/put), strike price, expiration, volume, premium size, and a signal or anomaly score indicating how unusual the activity is relative to normal patterns.

## 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-b47a1217/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)
