I need to retrieve betfair : market information where it shows "total matched" , betting summary - volume , last price matched, to back , to lay and money traded . Which I can get it from the main page. Can I get it from using the free API ?
~WwW~, yes you can, you need to use something like the GetMarketTradedVolume call or you can take the information for each runner from the GetMarketPrices**** calls.
~WwW~, yes you can, you need to use something like the GetMarketTradedVolume call or you can take the information for each runner from the GetMarketPrices**** calls.
Use getMarketPricesCompressed instead of getmarketPrices as you can call it 60 times a minute while you can only call getMarketPrices 10 times a minute.
Use getMarketPricesCompressed instead of getmarketPrices as you can call it 60 times a minute while you can only call getMarketPrices 10 times a minute.