Update Instrument
PUT {{URL_ORIGIN}}/api/instruments/:id
This API allows to update existing instrument.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "409",
"symbol": "Test1000",
"quoteCurrency": "USD",
"calendarId": "59684565",
"pricePrecision": "8",
"quantityPrecision": "4",
"minQuantity": "1",
"maxQuantity": "10000000",
"status": "Active",
"description": "Testing instrument"
} |