soccer.match_odds, baseball.moneyline, ice_hockey.moneyline returning empty across all competitions #165
Unanswered
valentinasophia-web
asked this question in
Q&A
Replies: 1 comment
-
|
we fully aware of this, thanks for reach out; it s related to this #170 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
Using the Trading API (JWT access_tier: trading) for odds feed integration. The documented full-game match-winner markets are returning no data, while other markets on the same events work fine.
Reproduction:
GET /pub/v2/odds/competitions/soccer-england-premier-league?markets=soccer.match_odds
→ 18 events returned, 0 with soccer.match_odds populated
GET /pub/v2/odds/competitions/baseball-usa-mlb?markets=baseball.moneyline
→ 43 events returned, 0 with baseball.moneyline populated
GET /pub/v2/odds/competitions/ice-hockey-usa-nhl?markets=ice_hockey.moneyline
→ 28 events returned, 0 with ice_hockey.moneyline populated
Without the markets= filter, the events return data for keys like soccer.booking_match_odds, soccer.halftime_fulltime_result, soccer.match_odds_period_second_half, baseball.inning_1x2, baseball.moneyline_innings_1_to_5, ice_hockey.period_1x2 — just never the full-game match-winner keys.
The MCP integration docs (https://cloudbet.github.io/wiki/en/docs/sports/api/mcp_integration/) show soccer.match_odds returning home/draw/away selections for Liverpool v AFC Bournemouth, so I'd expect it to be available.
Questions:
Are soccer.match_odds, baseball.moneyline, ice_hockey.moneyline currently supported on the Trading API?
If yes, what's required to retrieve them?
If they've been deprecated or restructured, what's the current full-game match-winner key for these sports?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions