Skip to main content
GET
/
api
/
v1
/
kalshi
/
markets
/
candlesticks
Get market candlesticks
curl --request GET \
  --url http://gateway.graylayer.tech/api/v1/kalshi/markets/candlesticks \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

API key. Request one in #api-key-request on the Graylayer Discord.

Query Parameters

tickers
string

Comma-separated market tickers

period_interval
integer

Period interval in minutes

start_ts
integer

Start Unix timestamp

end_ts
integer

End Unix timestamp

Response

Candlestick data

The response is of type object.