Skip to main content
GET
/
cs2
/
v1
/
matches
/
{match_id}
/
markets
Markets attached to a CS2 match
curl --request GET \
  --url https://ticktock.bet/cs2/v1/matches/{match_id}/markets \
  --header 'X-API-Key: <api-key>'
{
  "detail": "Missing X-API-Key header"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ticktock.bet/llms.txt

Use this file to discover all available pages before exploring further.

What it returns

All markets for the requested match — both currently active offers and recently settled ones (handy for grading bets without a separate settlement call). Audit fields like probability, model_id, model_version, and featured_score are included so you can verify our pricing logic. Per-tenant overrides (your own enabled / margin_override) only come through with cs2:matches:internals — operator-only.

Required scope

  • Minimum: cs2:markets:read

Example

curl -H "X-API-Key: $TT_KEY" \
  "https://ticktock.bet/cs2/v1/matches/52ef…/markets"

Authorizations

X-API-Key
string
header
required

Tenant API key issued during onboarding

Headers

accept
string
default:application/json

Path Parameters

match_id
string
required

Response

Successful Response

Last modified on May 10, 2026