cURL
curl --request GET \ --url https://api.qfex.com/settlement-prices
{ "count": 123, "data": [ { "asof": "<string>", "future_settlement_price": 123, "future_symbol": "<string>", "inserted_at": "2023-11-07T05:31:56Z", "spot_settlement_price": 123, "spot_to_future_ratio": 123, "symbol": "<string>" } ], "$schema": "<string>" }
Return current and historic settlement prices and ratios.
1 <= x <= 1000
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://api.qfex.com/schemas/SettlementPricesResponseBody.json"