Markets
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.
get/markets/settlement-price
Query parameters
marketstring required
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"
}