cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/market/options
{ "data": [ { "exchange": "<string>", "open_interest": 123, "symbol": "<string>", "updated_at": 123, "volume_24h": 123, "max_pain_price": 123, "put_call_ratio": 123 } ], "meta": { "cached": true, "credits_used": 123 }, "$schema": "<string>" }
Token symbol. Can be BTC, ETH, SOL, XRP, BNB, DOGE, ADA, or AVAX.
BTC
ETH
SOL
XRP
BNB
DOGE
ADA
AVAX
"BTC"
Field to sort results by
open_interest
volume_24h
"volume_24h"
Sort order
asc
desc
"desc"
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/SimpleListResponseMarketOptionsItem.json"