Good day!
Please help me figure it out, already broke my head, lost my appetite and took a restful sleep with me ...
I use: https://api-au.betfair.com/exchange/betting/json-rpc/v1, I write scripts in PHP.
I need to read the data on the basis of which the table is formed to the right of the chart:
https://www.betfair.com/exchange/foo...ectionId=10779
Understood and normally receive data on listEventTypes, listMarketCatalogue, etc.
Guide API - re-read, but did not find a solution. The closest is: listMarketBook, but here I get only three cells availableToBack / availableToLay and that's it.
And you need to read the data availableToBack (price / size), availableToLay (price / size), traded (price / size) and lastPriceTraded, totalMatched - for all selectionId of the selected id event.
PS: I apologize for the style of the text, translate through Google ...
Please help me figure it out, already broke my head, lost my appetite and took a restful sleep with me ...

I use: https://api-au.betfair.com/exchange/betting/json-rpc/v1, I write scripts in PHP.
I need to read the data on the basis of which the table is formed to the right of the chart:
https://www.betfair.com/exchange/foo...ectionId=10779
Understood and normally receive data on listEventTypes, listMarketCatalogue, etc.
Guide API - re-read, but did not find a solution. The closest is: listMarketBook, but here I get only three cells availableToBack / availableToLay and that's it.
And you need to read the data availableToBack (price / size), availableToLay (price / size), traded (price / size) and lastPriceTraded, totalMatched - for all selectionId of the selected id event.
PS: I apologize for the style of the text, translate through Google ...


Comment