Set Settlement Price

POST {{URL_ORIGIN}}/api/operations/settlement-price

Set Settlement Price API allows you to set settlement price for an instrument

Set Settlement Prices - Request Fields

FieldTypeDescription
instrumentIdstringInstrument ID to set a Settlement Price
pricestringthe price to set

Set Settlement Prices - Error Codes

CodeMessage
1Exchange is unavailable
100Missing or invalid parameter: [FieldName]
101instrumentId not found
102Currently not allowed
10001Permission denied

Request Body

{"instrumentId"=>"11678", "price"=>"1.1235"}

HEADERS

KeyDatatypeRequiredDescription
``null

RESPONSES

status: OK

{"id":"288","data":{"instrumentId":"123","price":"100"},"requestType":"SetSettlementPrice","name":"INS1","status":"Pending","makerComment":"new DSP","makerUserId":"auth0|6310aa4ba8cae50015ee3678","timestamp":"2024-02-29T09:37:20.237"}