No matched prices data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Veedoo
    Junior Member
    • Nov 2016
    • 3

    #1

    No matched prices data

    Hi,

    I searched the forum and I couldn't find solution.
    I'm using request as from Exchange API / Documentation / Getting Started / Market Prices example (changing marketIds obviously):

    Code:
    [{
        "jsonrpc": "2.0",
        "method": "SportsAPING/v1.0/listMarketBook",
        "params": {
            "marketIds": ["1.127771425"],
            "priceProjection": {
                "priceData": ["EX_BEST_OFFERS", "EX_TRADED"],
                "virtualise": "true"
            }
        },
        "id": 1
    }]
    In example response I can see 'totalMatched' value and 'tradedVolume' pair list, but I'm getting 'totalMatched' always as 0 and 'tradedVolume' as empty. What's strange I'm getting 'lastPriceTraded' value and 'totalMatched' value in "listMarketCatalogue" request for same marketId. What can be a reason I'm not getting the data? Can using delayed app key makes any difference?

    Regards
  • jabe
    Senior Member
    • Dec 2014
    • 705

    #2
    I believe that may be the case.

    Comment

    • betdynamics
      Junior Member
      • Sep 2010
      • 534

      #3
      The delayed appkey does not support TotalMatched or TradedVolume, as per the documentation...

      "The delayed App Key does not return traded volume data 'totalMatched' or EX_ALL_OFFERS via listMarketBook."

      which can be seen at http://docs.developer.betfair.com/do...plication+Keys

      Comment

      • Veedoo
        Junior Member
        • Nov 2016
        • 3

        #4
        I think I'm getting blind , thanks

        Comment

        Working...
        X