Hi,
What should be the parameters to send to obtain a request with the same values of available to back and lay with sizes and prices as it is shown in exchange webpage?
I am posting this body, but answer do not show the same values of webpage
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketBook",
"params":{
"marketIds":["1.157398735"],
"orderProjection":"EXECUTABLE",
"matchProjection":"ROLLED_UP_BY_PRICE",
"priceProjection":{
"priceData":["EX_BEST_OFFERS"]
}
},
"id": 1
}
Regards
What should be the parameters to send to obtain a request with the same values of available to back and lay with sizes and prices as it is shown in exchange webpage?
I am posting this body, but answer do not show the same values of webpage
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketBook",
"params":{
"marketIds":["1.157398735"],
"orderProjection":"EXECUTABLE",
"matchProjection":"ROLLED_UP_BY_PRICE",
"priceProjection":{
"priceData":["EX_BEST_OFFERS"]
}
},
"id": 1
}
Regards


Comment