The listMarketBook API call returns, for each selectionID, some 'available to back' and 'available to lay' information, e.g.
My question is which of those three prices is the most recent ?
Thanks in advance ...
Code:
"ex": {
"availableToBack": [
{
"price": 2.54,
"size": 35.62
},
{
"price": 2.28,
"size": 19.47
},
{
"price": 2.06,
"size": 93.0
}
Thanks in advance ...


Comment