Update Instrument
PUT {{URL_ORIGIN}}/api/v2/instruments/24220
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "110",
"data": {
"id": "24220",
"symbol": "MC1",
"calendarId": "8140",
"activityStatus": "ACTIVE",
"minQuantity": "1",
"maxQuantity": "1000000",
"pricePrecision": "4",
"quantityPrecision": "2",
"description": "Better one ",
"quoteCurrency": "USD",
"tradingModels": [
"CLOB"
]
},
"requestType": "UpdateInstrument",
"status": "Pending",
"makerComment": "Update Instrument",
"makerUserId": "auth0|5dd24d33d3511d0f03a78a71",
"makerUserType": "Admin",
"timestamp": "2024-02-29T09:37:20.237"
} |
ENDPOINTS