Agent402 Options Ticker is a paid API for AI agents from agent402.tools, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).
Fetches a live options ticker from Deribit including bid/ask IV, Greeks, mark price, and 24h stats for a specified crypto options instrument
One options instrument live: mark, last, bid and ask with sizes, index price, open interest, mark, bid and ask implied volatility and the full greeks (delta, gamma, vega, theta, rho). Use it when an agent holds or is quoting a specific contract and needs its current risk numbers.
Returns a JSON object with the Deribit source, resolved instrument name, fetchedAt timestamp, and a full ticker object containing: ask/bid/mark implied volatility, best bid/ask prices, last price, mark price, 24h low/high/volume/volume-USD/price-change-pct, Greeks (delta, gamma, theta, vega, rho), open interest, underlying index and price, and index price.
POSThttps://agent402.tools/api/options-tickerUse this endpoint when you need real-time, granular options data from Deribit — specifically Greeks, implied volatility surfaces, and live bid/ask — rather than simple spot prices. Prefer this over generic crypto price feeds when options analytics (delta hedging, IV monitoring, vega exposure) are required. Best for agents operating in crypto derivatives, options market-making, or risk management contexts.
| Field | Type | Description |
|---|---|---|
| type | string | With currency: call (default) or put. |
| currency | string | Alternative to instrument: BTC or ETH picks the nearest-expiry at-the-money option. |
| instrument | string | Deribit instrument name, e.g. BTC-PERPETUAL or ETH-27MAR26-3000-P. |
{
"type": "json",
"example": {
"source": "deribit",
"ticker": {
"askIv": 48.9,
"bidIv": 46.1,
"state": "open",
"stats": {
"low24h": 0.011,
"high24h": 0.013,
"volume24h": 120.5,
"volume24hUsd": 112000,
"priceChange24hPct": -4.2
},
"greeks": {
"rho": 2.1,
"vega": 30.1,
"delta": 0.52,
"gamma": 0.00012,
"theta": -190.2
},
"markIv": 47.5,
"bestAsk": 0.0125,
"bestBid": 0.0115,
"lastPrice": 0.012,
"markPrice": 0.0121,
"timestamp": "2026-08-22T12:00:00.000Z",
"indexPrice": 77242.3,
"instrument": "BTC-26AUG26-77000-C",
"openInterest": 85.2,
"underlyingIndex": "BTC-26AUG26",
"underlyingPrice": 77317.9
},
"fetchedAt": "2026-08-22T12:00:00.000Z",
"resolvedFrom": "nearest-expiry-atm"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"