get https://api.cvex.trade/v1/market/futures
Retrieves a list of futures contracts on the platform. Both the numerical IDs and the ticker names of the indices are permanently unique.
By default, only active contracts are returned, meaning they are currently available for trading. To retrieve other contracts, set the query parameter settled=true
or pending=true
.
Price precision defines the smallest division of price that can be reported.
Each request to this endpoint costs 1 API credit.