Apologies if this is the wrong place to ask - new to this forum.
I'm having trouble retrieving "Current" cancelled bets. For example:
- I create a bet via api (Lay in this case)
- I can see the bet using listCurrentOrders
- I cancel the bet through the betfair.com interface
- I can see the bet through the betfair.com interface by going to My Bets -> Exchange -> Current Bets -> select Cancelled
- I can't see the bet using listCurrentOrders with the .ALL projection, can't see the bet using listClearedOrders with any of the four statuses.
Once the market closes, I can see the bet using listClearedOrders/Cancelled.
What am I missing? How do I find the status of this bet via API?
Using API NG, by the way.
I'm having trouble retrieving "Current" cancelled bets. For example:
- I create a bet via api (Lay in this case)
- I can see the bet using listCurrentOrders
- I cancel the bet through the betfair.com interface
- I can see the bet through the betfair.com interface by going to My Bets -> Exchange -> Current Bets -> select Cancelled
- I can't see the bet using listCurrentOrders with the .ALL projection, can't see the bet using listClearedOrders with any of the four statuses.
Once the market closes, I can see the bet using listClearedOrders/Cancelled.
What am I missing? How do I find the status of this bet via API?
Using API NG, by the way.


Comment