Contest by full ticker
const url = 'https://api.cotes.ai/v1/contests/KXBTC15M-26AUG061600-00';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.cotes.ai/v1/contests/KXBTC15M-26AUG061600-00 \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Full contest ticker as the venue issues it, trailing suffix included, e.g. KXBTC15M-26AUG061600-00. Opaque — take it from a Contest.ticker rather than constructing one; a truncated ticker returns 404.
Example
KXBTC15M-26AUG061600-00Responses
Section titled “Responses”Contest (live or settled)
object
object
Strike / to-beat underlying price in USD, if known.
Oracle settled underlying price (expiration value) in USD once the contest is settled; null while live or if the oracle did not report it.
All Cotes AI signals for this contest (consumers apply their own thresholds).
object
Contest ticker this signal belongs to (same as parent Contest.ticker).
Model probability on side (0–100).
Venue quote for side on the 0–100¢ scale ($0.54 → 54). Same denomination as edge_cents.
Confidence − entry_price_cents. Signed probability points, not settlement money.
Version tag of the model that produced this reading. Stable across a model’s life and changes only when a new model is deployed, so it groups readings by the model behind them. Null on readings stored before the tag was recorded.
Example
{ "state": "live", "settled_side": "up", "signals": [ { "side": "up", "outcome": "pending", "model_version": "c5456da6" } ]}Missing or invalid API key
object
Examplegenerated
{ "type": "https://example.com", "title": "example", "status": 1, "detail": "example"}No matching contest
object
Examplegenerated
{ "type": "https://example.com", "title": "example", "status": 1, "detail": "example"}Too many requests
object
Examplegenerated
{ "type": "https://example.com", "title": "example", "status": 1, "detail": "example"}