Navigation

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

    vardaan24

    @vardaan24

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    vardaan24 Follow

    Best posts made by vardaan24

    This user hasn't posted anything yet.

    Latest posts made by vardaan24

    • RE: wrong totp, error code = AB1050

      @vardaan24 How to enable Time-based One Time Password (TOTP) ? (one-time setup)

      Step 1 - Visit smartapi.angelbroking.com/enable-totp
      Step 2 - Enter your Angel One client id and trading terminal password
      Step 3 - Enter OTP sent to Registered email & mobile. Once OTP is entered, you will see a QR code on the screen.
      Step 4 - Open the authenticator app of your choice
      Step 5 - Scan the QR code generated from our site on your authenticator app

      How to login to SmartAPI using password and TOTP?

      Once your authenticator app scans the QR code, it will automatically generate an authentication code (called as TOTP) every 30 seconds. You are required to pass the TOTP code in our existing loginbypassword API endpoint (/rest/auth/angelbroking/user/v1/loginByPassword) by sending a new "totp" parameter via the request body.

      The below request parameters illustrates how to send the client code, password and totp to authenticate and get the tokens

      {
      "clientcode":"your_client_code",
      "password":"your_password",
      "totp":"enter_the_code_displayed_on_your_authenticator_app"
      }

      posted in Python SDK
      V
      vardaan24
    • RE: wrong totp, error code = AB1050

      @piidus Facing same issue since two days.

      posted in Python SDK
      V
      vardaan24