Set Settlement Price
POST {{URL_ORIGIN}}/api/operations/settlement-price
Set Settlement Price API allows you to set settlement price for an instrumentSet 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
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
|
null |
RESPONSES
status OK
{
"status": "Done"
} |
ENDPOINTS