Futures Market Overview
GET
/gateway/v1/market/futuresReturns futures market data across all tracked tokens in a single ranked snapshot.
Included fields: open interest, funding rate, long/short ratio, 24h volume.
Sorted by `volume_24h` by default — use `sort_by` to change.
No pagination — this endpoint returns the full list in one response. Does NOT accept `limit`, `offset`, or `symbol`; to filter to one token, look it up in the response locally.
Query Parameters
sort_byenum<string>
Field to sort results by
Available options:
open_interestfunding_ratevolume_24hlong_short_ratioExample:
volume_24horderenum<string>
Sort order
Available options:
ascdescExample:
descFutures Market Overview
OK