Idirect-Tech / Breeze-Python-SDK

The official Python client library for the ICICI Securities trading APIs
MIT License
53 stars 28 forks source link

404 on Order Modify / Deletion Endpoint #112

Open mayank-quicksig opened 2 weeks ago

mayank-quicksig commented 2 weeks ago

Hi guys,

We were getting JSONDecodeError on modify_order and cancel_order calls under BreezeConnect. On further inspection, it seems the underlying endpoint on

https://api.icicidirect.com/breezeapi/api/v1/order

is not responding to PUT / DELETE requests resulting in 404. Since 404 is not accompanied by a valid JSON data, aforementioned functions are failing with JSONDecodeError.

Could you guys please look into this?

Thanks, Mayank

Jye2347 commented 2 weeks ago

Same error found on modification and cancel order..