It looks like you're new here. If you want to get involved, click one of these buttons!
{ "type": "equity", "tradingsymbol": "SBIN20NOV140CE", "exchange": "NFO", "span": 332910, "exposure": 19850.250000000004, "option_premium": 0, "additional": 0, "bo": 0, "cash": 0, "var": 0, "pnl": { "realised": 0, "unrealised": 0 }, "total": 352760.25 }
Can you give example params?
d = [{"exchange":"NFO","tradingsymbol":"SBIN20NOV140CE","transaction_type":"SELL","variety":"regular","product":"NRML","order_type":"MARKET","quantity":3000,"price":0}]
m = requests.post("https://api.kite.trade/margins/orders", headers = head, data=d)