options_greeks
ActiveTool of x402 Trading & On-Chain Intelligence
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
x402 Trading & On-Chain Intelligence
1/7 registries