Dear Team,
I am facing problem regarding listMarketBook.
i am calling listMarketBook from postmen with live application code, but The rate and prices of back and lay is showing like as show on website. that are different.
{
"marketIds": ["1.170480986"], "priceProjection": { "priceData": ["EX_BEST_OFFERS"], "virtualise": "true" }
}
Postmen Result
[
{
"marketId": "1.170480986",
"isMarketDataDelayed": true,
"status": "OPEN",
"betDelay": 0,
"bspReconciled": false,
"complete": true,
"inplay": false,
"numberOfWinners": 1,
"numberOfRunners": 2,
"numberOfActiveRunners": 2,
"lastMatchTime": "2020-05-20T04:14:08.401Z",
"totalMatched": 271.52,
"totalAvailable": 2948.12,
"crossMatching": true,
"runnersVoidable": false,
"version": 3240827877,
"runners": [
{
"selectionId": 26891979,
"handicap": 0.0,
"status": "ACTIVE",
"lastPriceTraded": 1.63,
"totalMatched": 0.0,
"ex": {
"availableToBack": [
{
"price": 1.63,
"size": 137.55
},
{
"price": 1.34,
"size": 15.79
},
{
"price": 1.04,
"size": 205.8
}
],
"availableToLay": [
{
"price": 1.74,
"size": 10.31
},
{
"price": 1.77,
"size": 74.83
},
{
"price": 2.62,
"size": 12.42
}
],
"tradedVolume": []
}
},
{
"selectionId": 28313689,
"handicap": 0.0,
"status": "ACTIVE",
"lastPriceTraded": 2.52,
"totalMatched": 0.0,
"ex": {
"availableToBack": [
{
"price": 2.3,
"size": 65.18
},
{
"price": 1.62,
"size": 13.17
},
{
"price": 1.04,
"size": 205.8
}
],
"availableToLay": [
{
"price": 2.6,
"size": 86.28
},
{
"price": 26.0,
"size": 16.17
},
{
"price": 110.0,
"size": 9.77
}
],
"tradedVolume": []
}
}
]
}
]
But at same time website result is different. i checked it in different market, found same result
Kindly let us know regarding these issues.
I am facing problem regarding listMarketBook.
i am calling listMarketBook from postmen with live application code, but The rate and prices of back and lay is showing like as show on website. that are different.
{
"marketIds": ["1.170480986"], "priceProjection": { "priceData": ["EX_BEST_OFFERS"], "virtualise": "true" }
}
Postmen Result
[
{
"marketId": "1.170480986",
"isMarketDataDelayed": true,
"status": "OPEN",
"betDelay": 0,
"bspReconciled": false,
"complete": true,
"inplay": false,
"numberOfWinners": 1,
"numberOfRunners": 2,
"numberOfActiveRunners": 2,
"lastMatchTime": "2020-05-20T04:14:08.401Z",
"totalMatched": 271.52,
"totalAvailable": 2948.12,
"crossMatching": true,
"runnersVoidable": false,
"version": 3240827877,
"runners": [
{
"selectionId": 26891979,
"handicap": 0.0,
"status": "ACTIVE",
"lastPriceTraded": 1.63,
"totalMatched": 0.0,
"ex": {
"availableToBack": [
{
"price": 1.63,
"size": 137.55
},
{
"price": 1.34,
"size": 15.79
},
{
"price": 1.04,
"size": 205.8
}
],
"availableToLay": [
{
"price": 1.74,
"size": 10.31
},
{
"price": 1.77,
"size": 74.83
},
{
"price": 2.62,
"size": 12.42
}
],
"tradedVolume": []
}
},
{
"selectionId": 28313689,
"handicap": 0.0,
"status": "ACTIVE",
"lastPriceTraded": 2.52,
"totalMatched": 0.0,
"ex": {
"availableToBack": [
{
"price": 2.3,
"size": 65.18
},
{
"price": 1.62,
"size": 13.17
},
{
"price": 1.04,
"size": 205.8
}
],
"availableToLay": [
{
"price": 2.6,
"size": 86.28
},
{
"price": 26.0,
"size": 16.17
},
{
"price": 110.0,
"size": 9.77
}
],
"tradedVolume": []
}
}
]
}
]
But at same time website result is different. i checked it in different market, found same result
Kindly let us know regarding these issues.


Comment