Black-Scholes option pricing: fair value + full greeks (delta, gamma, vega, thet...
https://x402-services-production.up.railway.app/api/options/greeksOverview
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.
Protocol
x402
Price
$0.0030
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402-services-production
Source
bazaar
Indexed
2026-07-15 00:15:19
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"daysToExpiry": {
"description": "Days to expiry",
"required": true,
"type": "number"
},
"iv": {
"description": "Implied volatility in % (e.g. 55)",
"required": true,
"type": "number"
},
"rate": {
"description": "Risk-free rate (default 0)",
"required": false,
"type": "number"
},
"spot": {
"description": "Underlying spot price",
"required": true,
"type": "number"
},
"strike": {
"description": "Strike price",
"required": true,
"type": "number"
},
"type": {
"description": "call or put",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}