Logo
Admin API API Documentation

Get Calendar

GET {{URL_ORIGIN}}/api/v2/calendars/:id

This API allows to get a single calendar details.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "id": "5", "name": "Calendar", "timeZone": "+03:00", "marketOpen": "09:00", "marketClose": "19:00", "tradingDays": [ "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ], "holidays": [], "auctions": [ { "days": [], "startTimes": [], "duration": "120000", "matchingAlgorithm": "PRICE_AND_TIME", "allowedTimeInForces": [ "GTC", "GTD", "GAA" ], "eventsModes": [ "LIT" ], "auctionType": "MANY_TO_MANY", "trigger": "Resume", "overrideReferencePrice": false }, { "days": [ "SUNDAY" ], "startTimes": [ "17:00:00" ], "duration": "120000", "matchingAlgorithm": "EQUILIBRIUM_PRICE", "allowedTimeInForces": [ "GTC", "GTD", "GAA" ], "eventsModes": [ "LIT" ], "auctionType": "MANY_TO_MANY", "trigger": "TimeBased", "overrideReferencePrice": true }, { "days": [], "startTimes": [], "duration": "120000", "matchingAlgorithm": "EQUILIBRIUM_PRICE_2", "allowedTimeInForces": [ "GTC", "GTD", "GAA", "DAY" ], "eventsModes": [ "LIT", "INDICATIVE_PRICE" ], "auctionType": "MANY_TO_MANY", "indicativePriceFrequency": "100", "trigger": "Resume", "overrideReferencePrice": false, "extensions": [ { "criticalPhase": "60000", "timeFrom": "60000", "timeTo": "60000" }, { "criticalPhase": "60000", "timeFrom": "30000", "timeTo": "30000" }, { "criticalPhase": "10000", "timeFrom": "50000", "timeTo": "60000" } ] } ] }



Curl
curl -X GET 'URL_ORIGIN/api/v2/calendars/:id'

ENDPOINTS