curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/schedule{
"schedule": {
"standard_hours": [
{
"start_time": "2023-11-07T05:31:56Z",
"end_time": "2023-11-07T05:31:56Z",
"monday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"tuesday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"wednesday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"thursday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"friday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"saturday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"sunday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
]
}
],
"maintenance_windows": [
{
"start_datetime": "2023-11-07T05:31:56Z",
"end_datetime": "2023-11-07T05:31:56Z"
}
]
}
}Endpoint for getting the exchange schedule.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/schedule{
"schedule": {
"standard_hours": [
{
"start_time": "2023-11-07T05:31:56Z",
"end_time": "2023-11-07T05:31:56Z",
"monday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"tuesday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"wednesday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"thursday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"friday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"saturday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
],
"sunday": [
{
"open_time": "<string>",
"close_time": "<string>"
}
]
}
],
"maintenance_windows": [
{
"start_datetime": "2023-11-07T05:31:56Z",
"end_datetime": "2023-11-07T05:31:56Z"
}
]
}
}Exchange schedule retrieved successfully
Show child attributes
The standard operating hours of the exchange. All times are expressed in ET. Outside of these times trading will be unavailable.
Show child attributes
Start date and time for when this weekly schedule is effective.
End date and time for when this weekly schedule is no longer effective.
Scheduled maintenance windows, during which the exchange may be unavailable.