Settlement price for a single market
Returns the settlement price and the underlying spot TWAP used to compute it. The market must have already settled; otherwise returns 404.
Query parameters
Market symbol, e.g. BTC-USD-15SEP25-55000-C
Response
OK
Example response
{
"expiry_at": 1758326400000,
"settlement_price": "5000",
"symbol": "BTC-USD-15SEP25-55000-C",
"underlying_twap_price": "60000"
}Changes
Changed in 3 of the 65 revisions of this API.34
- ●
added the new
BLOCK_TRADE_REPLAYED_SIGNATUREenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
EVM_VAULT_OPERATORS_DISABLEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
VAULT_DATA_PRIVATEenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
- ○
removed the
INVALID_RHINOFI_QUOTEenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
INVALID_RHINOFI_QUOTE_COMMITenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
INVALID_RHINOFI_REQUESTenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
- ○
endpoint added
endpoint-added
- ○