Logo
Admin API API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
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" }



Curl
curl -X POST 'URL_ORIGIN/api/operations/settlement-price' -H ': ' -d '{"instrumentId":"11678","price":"1.1235"}'

ENDPOINTS