get https://trading-api.kalshi.com/trade-api/v2/series//markets//candlesticks
Endpoint for getting the historical candlesticks for a market.
The values for the series_ticker and ticker path parameters should match the series_ticker and ticker of the target market.
The start_ts parameter will restrict candlesticks to those ending on or after provided timestamp.
The end_ts parameter will restrict candlesticks to those ending on or before provided timestamp.
The period_interval parameter determines the time period length of each candlestick.