Get Settlement Prices
getSettlementPrices
This API allows retrieve the settlement prices for all instruments or for a specific list of instruments. Stream is bounded stream, after sending the relvant responses, stream will be closed.
Request
Parameter
Type
Description
symbols
[]String
List of symbols to retrieve the settlement prices for. Keep empty to get settlement prices for all instruments Disabled instruments with settlement price are also returned.
Response
Parameter
Type
Description
symbol
String
Instrument symbol
price
Decimal
Settlement price
lastUpdate
Unix timestamp
Settlement price update timestamp In milliseconds
Error Codes
Code
Message
1
System is unavailable
2
Missing fields: [Fieldname]
Samples
Last updated