betfair / stream-api-sample-code

Sample code for the exchange stream api which provide real time market and order data from betfair.
77 stars 61 forks source link

Cancel Order single bet #38

Open emeraldservices opened 11 months ago

emeraldservices commented 11 months ago

https://api.betfair.com/exchange/betting/rest/v1.0/cancelOrders/

{"params": {"marketId": "1.219815567", "instructions":[{"betId": "325034363926"}, {"betId": "325034429858"}]}, "id": 1}

to

{"params": {"marketId": "1.219815567", "instructions":[{"betId": "325032312929"}]}, "id": 1}

How to cancel a single bet I am trying to cancel a bet but cancel all bets back or lay kindly help me, please