# stablecrypto.dev Options Volume Overview

> stablecrypto.dev Options Volume Overview is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns an overview of options trading volume across DeFi protocols via DeFiLlama data

## Facts

- Endpoint: POST https://stablecrypto.dev/api/defillama/options-overview
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablecrypto-dev-e8067ef2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y3q_SOi7jVUCaQnBb_e2m

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 stablecrypto-dev-e8067ef2 -d '<json body>'
```

Example prompt: Can you pull up the current options volume overview from DeFiLlama so I can see how much trading activity there is across DeFi options protocols right now?

## When to prefer this

Use this endpoint when you need a broad overview of DeFi options trading volume aggregated from DeFiLlama data. Prefer this over raw DeFiLlama API access when you want a pre-processed, agent-ready response with minimal configuration and pay-per-call pricing via x402.

## Known failure modes

- DeFiLlama upstream API unavailable causing empty or error response
- POST body malformed or missing required fields returning 400 error
- Payment not processed resulting in 402 Payment Required
- Rate limiting or quota exceeded returning 429 error
- Stale or delayed data if DeFiLlama cache is outdated

## How this service works

Get options volume overview

## Output

An overview of options trading volume across DeFi protocols, sourced from DeFiLlama, including aggregate volume figures and likely per-protocol breakdowns.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "dataType": {
   "type": "string"
  },
  "excludeTotalDataChart": {
   "type": "boolean"
  },
  "excludeTotalDataChartBreakdown": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablecrypto-dev-e8067ef2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablecrypto.dev](https://www.zero.xyz/host/stablecrypto.dev/llms.txt)
