# Myceliasignal ETH/USD Implied Volatility Surface Oracle

> Myceliasignal ETH/USD Implied Volatility Surface Oracle is a paid API for AI agents from api.myceliasignal.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns the ETH/USD implied volatility surface including ATM IV, skew, and term structure derived from 690+ Deribit options, with Ed25519 cryptographic attestation

## Facts

- Endpoint: GET https://api.myceliasignal.com/oracle/iv/eth/usd
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/myceliasignal-eth-usd-implied-volatility-surface-oracle-a3736063
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JCsWwFp-cJatwknB5-v3T

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 myceliasignal-eth-usd-implied-volatility-surface-oracle-a3736063
```

Example prompt: Can you pull the current ETH/USD implied volatility surface — ATM IV, skew, and term structure — with a signed attestation so I can use it in my on-chain options pricing model?

## When to prefer this

Choose this endpoint when you need a cryptographically verifiable, multi-strike and multi-expiry ETH implied volatility surface for use in on-chain protocols, DeFi derivatives pricing, risk models, or any context where trustless attestation of volatility data is required. Prefer over raw exchange APIs when you need aggregated options coverage (690+ contracts) with a signed oracle format.

## Known failure modes

- Deribit options data unavailable or stale — may return error or reduced coverage
- Insufficient options liquidity for certain expiries — incomplete term structure
- Payment not confirmed — 402 Payment Required response
- Rate limiting — too many requests in short window
- Ed25519 signing service failure — attestation cannot be generated

## How this service works

ETH implied volatility surface — ATM IV, skew, term structure from 690+ Deribit options — Ed25519 signed attestation

## Output

A cryptographically attested data payload containing the ETH/USD implied volatility surface: at-the-money implied volatility (ATM IV), volatility skew across strikes, and term structure across expiries, all computed from 690+ live Deribit options, signed with an Ed25519 key for trustless verification.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/myceliasignal-eth-usd-implied-volatility-surface-oracle-a3736063/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.myceliasignal.com](https://www.zero.xyz/host/api.myceliasignal.com/llms.txt)
