Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Moderator_3
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Moderator_3

    @Moderator_3

    administrators

    0
    Reputation
    338
    Posts
    86
    Profile views
    4
    Followers
    0
    Following
    Joined Last Online

    Moderator_3 Follow
    Global Moderator administrators

    Best posts made by Moderator_3

    • RE: Time duration taken processing order

      Hello @dsomanath1812
      12 to 13 sec is a random one usually it will take atmost 1 or 2 sec only
      Regards,
      SmartAPI Team

      posted in Bugs
      M
      Moderator_3
    • RE: Doesn't Have slice order API

      @RahulKM

      Thanks for the suggestion.
      For now , you can use the loop functionality to achieve the same.

      Regards,
      SmartAPI Team

      posted in General Discussion
      M
      Moderator_3
    • 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#logout

      Regards,
      SmartAPI Team

      posted in Python SDK
      M
      Moderator_3
    • 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.

      posted in Bugs
      M
      Moderator_3

    Latest posts made by Moderator_3

    • RE: Doesn't Have slice order API

      @RahulKM

      Thanks for the suggestion.
      For now , you can use the loop functionality to achieve the same.

      Regards,
      SmartAPI Team

      posted in General Discussion
      M
      Moderator_3
    • RE: Invalid TOTP Error Code AB1050

      @vinaykush

      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

      posted in Python SDK
      M
      Moderator_3
    • RE: Getting Invalid TOTP/Token error in generateSession method call

      @brajalal

      TOTP expires within a minute.
      Storing a TOTP in env variable will not work

      Regards,
      SmartAPI Team

      posted in Bugs
      M
      Moderator_3
    • 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

      posted in General Discussion
      M
      Moderator_3
    • 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

      posted in NodeJS SDK
      M
      Moderator_3
    • RE: "error_code":"AB9019 "

      Hi @sac

      Informed respective team about this issue will update you soon on this.

      Regards, Smart API Team

      posted in Bugs
      M
      Moderator_3
    • RE: Upticks and Downticks should be greater than given percentage!

      Hi @krinavmakwana

      Please share actual request, response & client id along with date & time order placed.

      Regards, Smart API Team

      posted in General Discussion
      M
      Moderator_3
    • RE: Greeks data for sensex bankex and commodity symbols

      Hi @Karthik_Sunkari

      Verified. Able to see data for CRUDEOIL MCX with expiry 2024-12-16. Please try again.

      Regards, Smart API Team

      posted in General Discussion
      M
      Moderator_3
    • 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

      posted in Python SDK
      M
      Moderator_3
    • RE: "error_code":"AB9019 "

      Hi @balaji-k-subash

      Informed respective team about this issue will update you soon on this.

      Regards, Smart API Team

      posted in Bugs
      M
      Moderator_3