so I wanted to make one...
turns out XML feed is too slow... UK Soccer Lay Prices takes minutes just to receive the response and often just times out.
free licensed SOAP api access is too restricted to make anything useful. I don't really understand the recommended workflow to retrieve lay prices for, say, soccer matches for the next 24h, but it looks i need to call getMarketPricesCompressed for every market which has 60r/m limit? and first i have to identify which market i need from the list of thousands of markets which i get back from getAllMarkets? that seems horribly unpractical... any better solutions?
thanks
bye
turns out XML feed is too slow... UK Soccer Lay Prices takes minutes just to receive the response and often just times out.
free licensed SOAP api access is too restricted to make anything useful. I don't really understand the recommended workflow to retrieve lay prices for, say, soccer matches for the next 24h, but it looks i need to call getMarketPricesCompressed for every market which has 60r/m limit? and first i have to identify which market i need from the list of thousands of markets which i get back from getAllMarkets? that seems horribly unpractical... any better solutions?
thanks
bye


Comment