Hello,
Just some quick questions about the new API.
What I'm trying to do in summary is list all soccer events that whill go live (listEvents used) and for each I want information about the match odds market. It is my understanding that the only way to do is is iterate over the events list and for each run listMarketCatalogue to obtain the match odds market id and then the listMarketBook to get the current status of the market (odds, liquidity, etc)?
In summary, calling ListEvents and for each event call listMarketCatalogue and listMarketBook.
Can anyone just confirm that this is the best way of doing this?
All I want is to list on a table the market name "Team A vs Team B", start time, current status (inplay or not | open, suspended, etc) and the current odd to back and to lay with the current liquidity in each as well as total market liquidity.
Thank you.
Just some quick questions about the new API.
What I'm trying to do in summary is list all soccer events that whill go live (listEvents used) and for each I want information about the match odds market. It is my understanding that the only way to do is is iterate over the events list and for each run listMarketCatalogue to obtain the match odds market id and then the listMarketBook to get the current status of the market (odds, liquidity, etc)?
In summary, calling ListEvents and for each event call listMarketCatalogue and listMarketBook.
Can anyone just confirm that this is the best way of doing this?
All I want is to list on a table the market name "Team A vs Team B", start time, current status (inplay or not | open, suspended, etc) and the current odd to back and to lay with the current liquidity in each as well as total market liquidity.
Thank you.


Comment