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.
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.


Comment