Hi all,
I am trying to work out how to return all matched bets in a market (for everyone, not just my orders) since the market has opened (so I can return a graph of price over time).
I am writing in python however feedback in java or any other language would be appreciated.
Currently, I am trying to do this using the get market book function using order projection and match projection. However, as it doesn't seem to be working, I'm not sure if I'm on on the right path.
Cheers
I am trying to work out how to return all matched bets in a market (for everyone, not just my orders) since the market has opened (so I can return a graph of price over time).
I am writing in python however feedback in java or any other language would be appreciated.
Currently, I am trying to do this using the get market book function using order projection and match projection. However, as it doesn't seem to be working, I'm not sure if I'm on on the right path.
Cheers


Comment