You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trading API returns all esports selections as DISABLED despite web UI showing active odds
Issue Summary
When querying the Cloudbet Trading API for esports (Counter-Strike) markets, all selections are returned as DISABLED despite the web UI showing active odds for the same matches.
Steps to Reproduce
Generate Trading API key (access_tier: "trading")
Query esports markets:
GET https://sports-api.cloudbet.com/pub/v2/odds/sports/counter-strike
Authorization: Bearer [Trading API Key]
Response shows 21 events but all selections DISABLED
Expected Behavior
API should return active odds matching what's displayed on the web UI.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Trading API returns all esports selections as DISABLED despite web UI showing active odds
Issue Summary
When querying the Cloudbet Trading API for esports (Counter-Strike) markets, all selections are returned as
DISABLEDdespite the web UI showing active odds for the same matches.Steps to Reproduce
Expected Behavior
API should return active odds matching what's displayed on the web UI.
Actual Behavior
{ "events": 21, "competitions": 9, "status": "ALL selections DISABLED (Cloudbet-side suspension)", "priced_odds": 0 }Every single selection has:
status: "SELECTION_DISABLED"price: 0tradingStatus: nullAdditional Context
Web UI: https://www.cloudbet.com/en/esports/counter-strike shows active matches with odds:
API: Returns same events but all selections suspended
Impact: Cannot place bets programmatically via Trading API
Timeframe: Observed since March 31, 2026
Questions
Environment
What I've Tried
Any help would be greatly appreciated! 🙏
Beta Was this translation helpful? Give feedback.
All reactions