Hi,
I'm looking for a way to check lapsed bets in the period from market suspension to market settlement. Actually I'm using listClearedOrders passing only a list of bet IDs as filter, but the API returns an empty response ({"jsonrpc":"2.0","result":{"clearedOrders":[],"moreAvailable":false}}) till the market is settled. Then, when the market is settled, or close to its settlement, the API returns the expected result.
Which is good practice? Can I assume that bets not anymore present in listCurrentOrders can be considered lapsed?
Thanks in advance for any help
I'm looking for a way to check lapsed bets in the period from market suspension to market settlement. Actually I'm using listClearedOrders passing only a list of bet IDs as filter, but the API returns an empty response ({"jsonrpc":"2.0","result":{"clearedOrders":[],"moreAvailable":false}}) till the market is settled. Then, when the market is settled, or close to its settlement, the API returns the expected result.
Which is good practice? Can I assume that bets not anymore present in listCurrentOrders can be considered lapsed?
Thanks in advance for any help


Comment