# 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-14).

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

## Facts

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

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

Example prompt: Pull the latest unusual options flow right now — I want to see any big sweeps or high-volume contracts that look like smart money positioning.

## When to prefer this

Choose this endpoint when you need real-time options flow and unusual activity data for financial decision-making or market monitoring, especially in agentic workflows where per-call micropayment via x402 on Base mainnet is acceptable. It is well-suited for agents that need to surface smart money signals, sweeps, or large options bets without maintaining a long-term subscription.

## Known failure modes

- 402 Payment Required if x402 micropayment on Base mainnet is not properly attached
- Empty result set if no unusual activity meets the filter threshold at the time of the call
- Malformed input parameters returning 400 Bad Request
- Service unavailability due to hosting on Render free tier (cold start latency or downtime)
- Stale or delayed data if upstream market data feed lags

## How this service works

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

## Output

A list of recent options flow events and unusual activity records, likely including ticker symbol, contract type (call/put), strike price, expiration, volume, premium size, and flags for unusual or sweep activity. Data is real-time and intended for AI agent consumption.

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