Return YES/NO price history for a single prediction-market instrument from QuestDB.
Use Case: Pull a historical tick stream for one symbol over an optional time window.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Prediction-market instrument symbol.
"HORC_1126_Republican"
Inclusive lower bound. RFC3339 timestamp or Unix seconds/milliseconds.
"2026-04-01T00:00:00Z"
Inclusive upper bound. RFC3339 timestamp or Unix seconds/milliseconds.
"2026-04-20T00:00:00Z"
Maximum number of ticks to return.
x >= 0500