-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get Market Information of each Race. #25
Comments
This is a sample from my code which works. however why it isn't working could be more complex than this.
` |
Also the marketProjections specify what data you want. so what exactly do you want? |
An example of listMarketBook
` |
I have all events of eventType "7" in my DB, I just want a cronJob in every 15 mins. to get market information of each event of "WIN" type. But I am getting empty array every time. Maybe I am doing something wrong to get this stuff. Please suggest me what I should do to get my task. Thanks, |
"marketIds": ["WIN"] is not correct, it should contain the id of a market. I think it should be |
For example
` |
@mgwalm I just updated "key" with "marketTypeCodes", but still getting blank array. Am I doing anything wrong in my API call? |
no, I said you should be using market type codes instead of marketids what language/environment are you using. try to mimic my code into whatever you are using. |
I am integrating it with REST API. |
I am also getting a lot of empty lists. Using python's betfairlightweight.
The body is just empty the whole time 😞 |
I am using REST API to get market info of each Race.
I have "marketID" "WIN" also have all the details of each race, I didn't get any proper call to get market info of each race.
I have tried with end point "listMarketCatalogue" and "listMarketBook" but didn't get any luck.
The text was updated successfully, but these errors were encountered: