listMarketBook does not show available prices with low size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dennis
    Junior Member
    • Jun 2019
    • 1

    #1

    listMarketBook does not show available prices with low size

    I'm looking at a selectionId that looks like this on the website:
    price=30, size=£2
    price=29, size=£3
    price=20, size=£40

    Only the level (price=20, size=£40) shows on listMarketBook (or listRunnerBook) available prices, everything lower than £10 is ignored.

    Is there any listMarketBook option to change this behaviour and get all levels ?

    Sample request:
    [
    {
    "jsonrpc": "2.0",
    "method": "SportsAPING/v1.0/listRunnerBook",
    "params": {
    "marketId": "1.145970106",
    "selectionId": 19,
    "orderProjection": "ALL",
    "priceProjection": {
    "priceData": ["EX_ALL_OFFERS"]
    }
    }
    }
    ]

    I have tried playing around with virtualise, etc., nothing worked.


  • Sazzle
    Junior Member
    • Feb 2019
    • 1

    #2
    I would like the answer to this too as encountered the same problem last night.

    Comment

    • LiamP
      Junior Member
      • Oct 2015
      • 284

      #3
      You are probably seeing virtual prices, ask for them in the request.

      Comment

      • darlorob
        Junior Member
        • Feb 2019
        • 5

        #4
        I can’t find any reference to virtual in the books docs, where should I be looking?

        Comment

        • jabe
          Senior Member
          • Dec 2014
          • 705

          #5
          Originally posted by darlorob View Post
          I can’t find any reference to virtual in the books docs, where should I be looking?
          Search for "virtualise". Probably worth your while also searching the forum too.

          Comment

          • Streaming
            Junior Member
            • Dec 2018
            • 3

            #6
            Is there any key to access the market status using stream API. I want to change market status (in-play, closed etc) on stream.

            Comment

            Working...
            X