curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/schedule
{
"schedule": {
"maintenance_windows": [
{
"end_datetime": "2023-11-07T05:31:56Z",
"start_datetime": "2023-11-07T05:31:56Z"
}
],
"standard_hours": [
{
"end_time": "2023-11-07T05:31:56Z",
"friday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"monday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"saturday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"start_time": "2023-11-07T05:31:56Z",
"sunday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"thursday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"tuesday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"wednesday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
]
}
]
}
}
Endpoint for getting the exchange schedule.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/schedule
{
"schedule": {
"maintenance_windows": [
{
"end_datetime": "2023-11-07T05:31:56Z",
"start_datetime": "2023-11-07T05:31:56Z"
}
],
"standard_hours": [
{
"end_time": "2023-11-07T05:31:56Z",
"friday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"monday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"saturday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"start_time": "2023-11-07T05:31:56Z",
"sunday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"thursday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"tuesday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
],
"wednesday": [
{
"close_time": "<string>",
"open_time": "<string>"
}
]
}
]
}
}
The response is of type object
.