Volume matched / traded

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rah111
    Junior Member
    • May 2009
    • 11

    #1

    Volume matched / traded

    Hi all,
    Is it possible to retrieve the volume matched / traded at distinct prices on each horse in a race from the API either pre-race or post-race? If so, what call would I use to do this?
    Thanks,
    Russell.
  • Franklin1
    Junior Member
    • Mar 2012
    • 91

    #2
    Yes, you need to call list market book
    https://api.developer.betfair.com/se...listMarketBook

    When done with correct projections in the request you can see total traded for each price in
    Market.runner(x).ex.tradedvolume

    I do not think this works after market settlement

    Comment

    • rah111
      Junior Member
      • May 2009
      • 11

      #3
      Hi Franklin.
      Thanks a lot for that.
      Regards,
      Russell.

      Comment

      Working...
      X