Prerequisites

  • Logged into the platform
  • Zerodha session active (header status)
  • Index tab open with live tick data

Options manual orders

On the options order page:
  • BUY / SELL buttons per CALL/PUT column
  • Bulk sell — close all CALL or all PUT for index
  • Orders use useZerodha()POST /zerodha/order
Stock-type indices may use LIMIT + DAY; index options typically MARKET + IOC.

User dashboard shortcuts

Simplified CALL / PUT buy buttons place single market buys using current tick strikes.

Close and cancel

  • Close order — exit position (POST /zerodha/closeOrder)
  • Cancel — pending orders (DELETE /zerodha/order/:id)

Feedback

Success and error messages appear as snackbar toasts. Failed Kite orders include broker message text.