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
| Field | Type | Description | 
|---|---|---|
| instrumentId | string | Instrument ID to set a Settlement Price | 
| price | string | the price to set | 
Set Settlement Prices - Error Codes
| Code | Message | 
|---|---|
| 1 | Exchange is unavailable | 
| 100 | Missing or invalid parameter: [FieldName] | 
| 101 | instrumentId not found | 
| 102 | Currently not allowed | 
| 10001 | Permission denied | 
Request Body
{"instrumentId"=>"11678", "price"=>"1.1235"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| `` | null | 
RESPONSES
status: OK
{"status":"Done"}