Facing issue on Modify Sell Order through API

Hello Support Team,
I have explore our process with correct order ID but dummy price in this document.
Facing issue in modifying sell order. Pls guide me with correct process/steps if i m wrong otherwise share correct solution.

Hi @prabhat_bhusan,

We are checking this and will get back to you soon. Thanks.

Hi @prabhat_bhusan, As indicated in the error message, the price must be a multiple of the tick size. The payload received corresponding to order ID 250120025353560 contains a price value of 143.23, which is not a multiple of the tick size (the tick size for NIFTY 23350 PE 23 JAN 25 is 0.05).

payload={"quantity": 75, "validity": "DAY", "price": 143.23, "order_id": 250120025353560, "order_type": "SL", "disclosed_quantity": 0, "trigger_price": 143.23}

Please verify the tick size using the instrument JSON available at the following link:

Let me know if this helps. Thanks