Update Calendar
PUT {{URL_ORIGIN}}/api/v2/calendars/10
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "160",
"data": {
"id": "10",
"name": "cal",
"timeZone": "+03:00",
"marketOpen": "08:00",
"marketClose": "19:00",
"tradingDays": [
"MONDAY",
"TUESDAY",
"WEDNESDAY",
"THURSDAY",
"SATURDAY",
"SUNDAY"
],
"holidays": [],
"auctions": [
{
"days": [
"MONDAY"
],
"startTimes": [
"10:00:00"
],
"duration": "600000",
"randomEndTime": "120000",
"crossingPause": "60000",
"matchingAlgorithm": "EQUILIBRIUM_PRICE",
"allowedTimeInForces": [
"GTC",
"GTD",
"GAA",
"DAY"
],
"eventsModes": [
"INDICATIVE_PRICE"
],
"auctionType": "MANY_TO_MANY",
"indicativePriceFrequency": "30000",
"trigger": "TimeBased",
"overrideReferencePrice": false
}
]
},
"requestType": "UpdateCalendar",
"name": "cal",
"status": "Pending",
"makerComment": "new name",
"makerUserId": "auth0|6310aa4ba8cae50015ee3678",
"makerUserType": "Admin",
"timestamp": "2024-02-29T09:37:20.237"
} |
ENDPOINTS