Skip to main content

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.

1

Receive API credentials

Ticktock issues a tenant API key during onboarding. The key is scoped — your account manager picks a bundle (cs2.odds.basic, cs2.stats, …) and optional extras based on your contract.
2

Verify your key with /v1/whoami

First call you should make. Confirms the key is alive and prints exactly what it can do.
curl -H "X-API-Key: <your-key>" https://ticktock.bet/v1/whoami
3

Pull a list of matches

curl -H "X-API-Key: <your-key>" "https://ticktock.bet/cs2/v1/matches?status=live"
4

Stream live updates

wscat -c "wss://ticktock.bet/cs2/v1/stream?api_key=<your-key>"
Server pushes only the message types your stream scopes allow.
5

Go live

Same URLs and same key end-to-end — talk to your account manager about staging vs production.

Full Onboarding

Detailed onboarding flow — invite, portal login, API key creation, AMQP provisioning.
Last modified on May 10, 2026