Market Descriptions
Static catalog of every CS2 market type — code, name, category, tier, translations
GET
Catalog of CS2 market types with templates and translations
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
The full catalog of market types the engine can publish. Each entry has:type— internal string id ("headshot_opening","awp_kill", …)code— stable integer code, used asidin the AMQP/XML feed and on every<odds_change>market elementname/description— human-readable English labelname_ru— Russian display name (when available)category— display grouping (Opening Kills, Multi-Kills, Bomb, Economy, …)tier— pricing/risk tier (featured,contextual, …)
code for every incoming market. No need to re-poll.
Required scope
- Minimum:
cs2:markets:read
Localization
?lang=en (default) or ?lang=ru. Both locales return the same code and category — only the display strings differ. The English name is always present; name_ru is included as a separate field when a Russian translation exists.
Example
Where this fits
The AMQP feed already inlinestextEN and textRU on every market — most integrations don’t need this catalog at all. Use it when you want to:
- Build a custom market browser UI grouped by
category. - Pre-build a name lookup keyed by
code(avoids parsingtextENat runtime). - Filter what to expose to your end-users by
tier.
Last modified on May 10, 2026
Catalog of CS2 market types with templates and translations