# MycealiaSignal SOL/USD IV Surface

> MycealiaSignal SOL/USD IV Surface is a paid API for AI agents from api.myceliasignal.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns the implied volatility surface for SOL/USD aggregated across multiple exchanges, with per-strike IV data and an Ed25519-signed attestation.

## Facts

- Endpoint: GET https://api.myceliasignal.com/oracle/iv-surface/sol/usd
- 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/api-myceliasignal-com-fea81d5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_odmlF6tpWX5N7pv1It-VF

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 api-myceliasignal-com-fea81d5e
```

Example prompt: Pull me the latest SOL/USD implied volatility surface across all available exchanges — I need per-strike IV values with any cross-exchange divergence or mispricing alerts, and make sure the data comes with a cryptographic attestation I can verify.

## When to prefer this

Use this endpoint when you need a cryptographically verifiable SOL/USD implied volatility surface aggregated from multiple exchanges, especially when you need cross-exchange divergence detection or mispricing signals. Prefer over single-exchange IV feeds when data integrity attestation is required (e.g. on-chain usage or auditability). Best for options pricing, risk management, or volatility arbitrage workflows involving SOL.

## Known failure modes

- Payment required (402): no valid x402 payment header provided
- Upstream exchange data unavailable: one or more exchange feeds offline, partial surface returned
- Signature verification failure: Ed25519 attestation cannot be validated client-side
- Rate limiting or quota exceeded: too many requests in a short window
- Empty surface: insufficient options liquidity for SOL at current time

## How this service works

Solana implied volatility surface — full strike and expiry IV grid for options pricing and hedging — Ed25519 signed attestation

## Output

A structured IV surface for SOL/USD including per-strike implied volatility values aggregated from multiple exchanges, cross-exchange divergence detection, mispricing alerts, and an Ed25519-signed attestation proving data integrity and provenance.

## 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/api-myceliasignal-com-fea81d5e/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)
