Hi,
I tried to delete all bets on the account with not setting any parameters. I used the classes provided by the example source code and added what was needed to cancel bets.
Calling: SportsAPING/v1.0/cancelOrders
With args: {"marketId":null,"instructions":null,"customerRef" :null}
Got Response: {"jsonrpc":"2.0","result":{"status":"SUCCESS","err orCode":"ERROR_IN_MATCHER","instructionReports":[]},"id":1}
The bets got deleted as I wished but why I get the ERROR_IN_MATCHER error code, which means "The matcher is not healthy", if this is an allowed action.
I tried to delete all bets on the account with not setting any parameters. I used the classes provided by the example source code and added what was needed to cancel bets.
Calling: SportsAPING/v1.0/cancelOrders
With args: {"marketId":null,"instructions":null,"customerRef" :null}
Got Response: {"jsonrpc":"2.0","result":{"status":"SUCCESS","err orCode":"ERROR_IN_MATCHER","instructionReports":[]},"id":1}
The bets got deleted as I wished but why I get the ERROR_IN_MATCHER error code, which means "The matcher is not healthy", if this is an allowed action.


Comment