Agent402 Options Summary is a paid API for AI agents from agent402.tools, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Returns a structured snapshot of crypto options market data for a given currency, including open interest, volume, expiries, put/call ratios, perpetual funding, DVOL, and top instruments by open interest from Deribit.
A one-call options market summary for a currency: index price, DVOL, call and put open interest with the put/call ratio, total open interest, 24h volume, a per-expiry breakdown, the most active instruments and the perp's mark, funding and open interest. Use it when an agent needs the state of BTC or ETH options before drilling into a chain.
A JSON object containing: DVOL volatility index with timestamp and value; perpetual contract details (funding rate, mark price, open interest, 24h volume); options aggregate stats (total instruments, 24h USD and base volume, total open interest in USD, put and call open interest, put/call ratio); per-expiry breakdown (instruments count, open interest, 24h volume); top instruments by open interest (type, expiry, strike, instrument name, mark IV, open interest, 24h volume); source attribution and fetchedAt timestamp.
POSThttps://agent402.tools/api/options-summaryUse this endpoint when you need a comprehensive, pre-aggregated snapshot of a crypto options market (especially BTC or ETH) including volatility index, open interest, put/call ratios, funding rates, and top instruments — all in one call. Prefer it over raw exchange APIs when you want normalized, agent-ready data without managing Deribit authentication, and when pay-per-call via USDC (x402) is acceptable.
| Field | Type | Description |
|---|---|---|
| currency | string | BTC (default), ETH, or another Deribit currency code. |
{
"type": "json",
"example": {
"dvol": {
"time": "2026-08-22T11:00:00.000Z",
"value": 41.74
},
"source": "deribit",
"options": {
"expiries": [
{
"expiry": "26AUG26",
"expiresAt": "2026-08-26T08:00:00.000Z",
"instruments": 60,
"openInterest": 12000,
"volume24hUsd": 5000000
}
],
"instruments": 900,
"volume24hUsd": 900000000,
"volume24hBase": 12000,
"putCallOiRatio": 0.733,
"openInterestUsd": 20000000000,
"putOpenInterest": 110000,
"callOpenInterest": 150000,
"topByOpenInterest": [
{
"type": "put",
"expiry": "25SEP26",
"markIv": 62.03,
"strike": 120000,
"instrument": "BTC-25SEP26-120000-P",
"openInterest": 174.5,
"volume24hUsd": 0
}
],
"totalOpenInterest": 260000
},
"currency": "BTC",
"fetchedAt": "2026-08-22T12:00:00.000Z",
"perpetual": {
"funding8h": 0.000195,
"markPrice": 77263.43,
"instrument": "BTC-PERPETUAL",
"openInterest": 903679080,
"volume24hUsd": 664803850,
"currentFunding": 0.000149
},
"indexPrice": 77232.62
}
}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"