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: Doesn't Have slice order API
Thanks for the suggestion.
For now , you can use the loop functionality to achieve the same.Regards,
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: Doesn't Have slice order API
Thanks for the suggestion.
For now , you can use the loop functionality to achieve the same.Regards,
SmartAPI Team -
RE: Invalid TOTP Error Code AB1050
Attaching a sample code for generating TOTP using pyotp.
import pyotp as tp
Define your secret key
secret_key = "SECRET CODE HERE" # Replace this with your actual secret key
Generate TOTP
totp = tp.TOTP(secret_key)
current_otp = totp.now()Regards,
SmartAPI Team -
RE: Getting Invalid TOTP/Token error in generateSession method call
TOTP expires within a minute.
Storing a TOTP in env variable will not workRegards,
SmartAPI Team -
RE: Ordertag character length restricted to 15 in the placeOrder
Hi @ravitandur
Currently, OrderTag characters restricted to 15 characters if it goes beyond 15 characters will get rejected in Angel One.
Regards, Smart API Team
-
RE: Please share the "Order Status List" for Inteaday Trading work-flow stages.
Hi @Rakhi
Please use Order Book API to get to know order status.
API URL :
https://apiconnect.angelone.in/rest/secure/angelbroking/order/v1/getOrderBook
Please refer doc to consume order book API.
https://smartapi.angelbroking.com/docs/Orders -
RE: "error_code":"AB9019 "
Hi @sac
Informed respective team about this issue will update you soon on this.
Regards, Smart API Team
-
RE: Upticks and Downticks should be greater than given percentage!
Please share actual request, response & client id along with date & time order placed.
Regards, Smart API Team
-
RE: Greeks data for sensex bankex and commodity symbols
Verified. Able to see data for CRUDEOIL MCX with expiry 2024-12-16. Please try again.
Regards, Smart API Team
-
RE: Order ID not returning in Tradebook
Hi @dhruv2599
With uniqueorderid you can't cancel the order. I can able to see the order id for SBIN stock. Please try again.
Regards, Smart API Team