Game list
Returns a list of games available in the THNDR platform, along with country and region restrictions for each game.
GET https://api-sandbox.clinch.gg/v0/wager/v1/gamesGET https://operator.thndr-api.com/v1/gamesx-operator-id: your_operator_id
x-api-key: your_api_key{
"games": [
{
"id": "blackjack",
"restrictedCountries": [
"AF", "BY", "BE", "BA", "BG", "CD", "CI", "HR", "CU",
"CY", "CZ", "EG", "EE", "FR", "GF", "PF", "TF", "GR",
"HU", "IN", "ID", "IR", "IQ", "IT", "JP", "XK", "LV",
"LT", "MY", "MT", "ME", "MM", "NG", "KP", "MK", "PK",
"CN", "PL", "PT", "RO", "RU", "RS", "SK", "SI", "SD",
"SY", "TR", "UA", "VN", "ZW",
"US-AZ", "US-CT", "US-HI", "US-ID", "US-IN", "US-IA",
"US-LA", "US-ME", "US-MI", "US-MT", "US-NV",
"US-SC", "US-TN"
],
"currencies": ["USD", "CNY", "EUR", "GBP", "BTC"]
},
...
]
}Last updated