API endpoint for place f&o order
-
what is the API url for place , update , delete order for f&o
-
Hello @parthsavaliya,
Here is the link to documentation. You need to pass the correct parameters in the keys, like
NFO
,BFO
. For this case I'm assuming that you want to place order forBANKNIFTY26JUN2447800CE
. In the scrip master file, you can check that the token for this is46397
. You'll need to pass this token, along withNFO
in exchange.
In the quantity key, you'll have to pass multiples of the lot size, eg 15, 30.Thank you.
Regards
SmartAPI Team -
@Moderator_1 Like if i want to place order like 47800 CE at 500 then ?
-
@Moderator_1 Can you please share API here? or document url for this.
-
Hello @parthsavaliya,
The same APIs work for both Equity and F&O. You can use the same
placeOrder
,modifyOrder
andcancelOrder
APIs for your tasks. You just need to mention the correct exchange and token in the request body.Thank you.
Regards
SmartAPI Team