Hi all,
By default Betfair returns a price depth of 3 (3 Back and 3 Lay prices). I am trying to get a depth of 5 using exBestOfferOverrides, but there must be something wrong as I am only receiving the (default depth) of 3. Here is my request - can anyone suggest what I'm doing wrong please?
{
"method": "SportsAPING\/v1.0\/listMarketBook",
"params": {
"marketIds": [
"1.152831450"
],
"priceProjection": {
"virtualise": true,
"exBestOfferOverRides": {
"bestPricesDepth": 5
},
"priceData": [
"EX_BEST_OFFERS","EX_TRADED"
]
},
"orderProjection": "ALL"
},
"id": "1",
"jsonrpc": "2.0"
}
Many thanks in advance!
By default Betfair returns a price depth of 3 (3 Back and 3 Lay prices). I am trying to get a depth of 5 using exBestOfferOverrides, but there must be something wrong as I am only receiving the (default depth) of 3. Here is my request - can anyone suggest what I'm doing wrong please?
{
"method": "SportsAPING\/v1.0\/listMarketBook",
"params": {
"marketIds": [
"1.152831450"
],
"priceProjection": {
"virtualise": true,
"exBestOfferOverRides": {
"bestPricesDepth": 5
},
"priceData": [
"EX_BEST_OFFERS","EX_TRADED"
]
},
"orderProjection": "ALL"
},
"id": "1",
"jsonrpc": "2.0"
}
Many thanks in advance!
Comment