You're viewing a demo portfolio

Join the waitlist
PRSM

options_greeks

Active

Tool of x402 Trading & On-Chain Intelligence

declared in 1.0.0

Black-Scholes option pricing: fair value + full greeks (delta, gamma, vega, theta, rho) for ANY option, listed or not. Send { type, spot, strike, daysToExpiry, iv, rate? }. Price any crypto option, not just exchange-listed strikes. [x402 paid tool — price $0.05; POST /api/options/greeks]

Parameters schema

{
  "type": "object",
  "required": [
    "type",
    "spot",
    "strike",
    "daysToExpiry",
    "iv"
  ],
  "properties": {
    "iv": {
      "type": "number",
      "description": "Implied volatility in % (e.g. 55)"
    },
    "rate": {
      "type": "number",
      "description": "Risk-free rate (default 0)"
    },
    "spot": {
      "type": "number",
      "description": "Underlying spot price"
    },
    "type": {
      "type": "string",
      "description": "call or put"
    },
    "strike": {
      "type": "number",
      "description": "Strike price"
    },
    "daysToExpiry": {
      "type": "number",
      "description": "Days to expiry"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

x402 Trading & On-Chain Intelligence

1/7 registries
View full server →
options_greeks — x402 Trading & On-Chain Intelligence — PRSM MCP