Soccer Volume Traded

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pikkas.
    Junior Member
    • May 2012
    • 7

    #1

    Soccer Volume Traded

    I am trying to get information for Volume Traded for Home Team and Away Team. But i can only find get the Total Volume Traded for both teams in the Market Catalogue. Is there a way to get distinct volumes for each team?.
  • Merlin
    Junior Member
    • Jan 2009
    • 56

    #2
    pikkas,
    you can't get that information from listMarketCatalogue, you need to use listMarketBook.
    (Essentially, listMarketCatalogue gives you the static or slowly changing data about a market, and listMarketBook gives you the dynamic data)
    The total amount traded on a selection will be under ["runners" :[{"totalMatched"}]].
    If you need the breakdown of amounts traded at each price for each selection, you need to pass "priceProjection":{"priceData":["EX_TRADED"]} to listMarketBook.

    Merlin

    Comment

    • pikkas.
      Junior Member
      • May 2012
      • 7

      #3
      Merlin,
      Thanks a lot for your response. I have tried already with MarketBook but for some reason the TotalMatched value is always 0.0. Is there any issue with the API?. please find my debugging image: http://pbrd.co/15Ks5CJ
      Last edited by pikkas.; 29-11-2014, 03:47 PM.

      Comment

      • betdynamics
        Junior Member
        • Sep 2010
        • 534

        #4
        Make sure you are using your live AppKey and not your delayed AppKey.

        If volume is still not returned, then try retrieving some prices via EX_BEST_OFFERS as well as EX_TRADED.

        Comment

        Working...
        X