Hello @dsomanath1812
12 to 13 sec is a random one usually it will take atmost 1 or 2 sec only
Regards,
SmartAPI Team
Moderator_3
@Moderator_3
Best posts made by Moderator_3
-
RE: Time duration taken processing order
-
RE: Session Termination
Hello @jaideep-siddula
Can you please use the logout API with the hlep of below attached docs
https://smartapi.angelbroking.com/docs/User#logoutRegards,
SmartAPI Team -
RE: Option Greek not returning a response
Hi @ruchitgoswami5 Kindly check now we get the data. If not kindly let us know here.
Regards,
SmartAPI Team.
Latest posts made by Moderator_3
-
RE: Error code : AB1004
hi @infom2amit
Please try again . As it is working now .
If you face any issue please reach again.
Thanks
-
RE: Option Greeks for SENSEX
HI @Ananth ,
We have identified the issue and we have informed about this issue to respective team and we are looking on to this.
Thanks
-
RE: Issue in Stoploss Order
hello ,
This is under exchange permission limit range.. For all stoploss order limit order above this is by default for all equity orders .Thanks
-
RE: Max Days in historical data
hi @nitish-bane
We have not made any changes in Historical API - "/rest/secure/angelbroking/historical/v1/getCandleData"Also we can fetch 100 days data for 5 Min interval and 30 Days data for 1 Min interval data using this API . Can you please give us your request structure or curl .
Thanks
-
RE: unable get websocket feed for crudeoil october future token
CrudeOil Oct 21 fut is present in
https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
also you will get the websocket feed if it is present here.
If not please let us knowTHanks
-
RE: Can we modify partially filled order using smart api?
@coolankurmahe
If you place limit order with quantity 100, then 30 got executed. In that case you can modify the limit price and quantity of the remaining 70 quantity using modifyOrder API. -
RE: session token does not generate in php laravel
The method you are trying to create the TOTP is incorrect. You need to create it via authenticator app. TOTP is a 6 digit integer.
-
RE: Can we modify partially filled order using smart api?
@coolankurmahe
Yes, it is possible to modify both the limit price and the remaining quantity using the modifyOrder API without the need to cancel and place a new order.
Please refer the documentation of ModifyOrder:
https://smartapi.angelbroking.com/docs/Orders#modifyorder