cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/market/futures
{ "data": [ { "funding_rate": 123, "long_short_ratio": 123, "open_interest": 123, "symbol": "<string>", "updated_at": 123, "volume_24h": 123, "volume_change_24h": 123 } ], "meta": { "cached": true, "credits_used": 123 }, "$schema": "<string>" }
Field to sort results by
open_interest
funding_rate
volume_24h
long_short_ratio
"volume_24h"
Sort order
asc
desc
"desc"
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/SimpleListResponseMarketFuturesItem.json"