Skip to main content
GET
/
settlement-prices
Settlement Prices
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>"
}

Query Parameters

symbol
string
start
string<date-time>
end
string<date-time>
limit
integer<int64>
default:100
Required range: 1 <= x <= 1000

Response

OK

count
integer<int64>
required
data
object[] | null
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://api.qfex.com/schemas/SettlementPricesResponseBody.json"