Skip to main content
GET
/
settlement-prices
Settlement Prices
curl --request GET \
  --url https://api.qfex.com/settlement-prices
{
  "$schema": "https://api.qfex.com/schemas/SettlementPricesResponseBody.json",
  "count": 123,
  "data": [
    {
      "asof": "<string>",
      "future_settlement_price": 123,
      "inserted_at": "2023-11-07T05:31:56Z",
      "spot_settlement_price": 123,
      "spot_to_future_ratio": 123,
      "symbol": "<string>"
    }
  ]
}

Query Parameters

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

Response

OK

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

A URL to the JSON Schema for this object.

Examples:

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