Navigation

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

    Posts made by samecomm6

    • RE: wrong totp, error code = AB1050

      @Narendra-swami all issues fixed able to place order

      posted in C#/.Net SDK
      S
      samecomm6
    • RE: wrong totp, error code = AB1050

      @Narendra-swami now getting error
      Failed to get symbol details AB1018 even symbol passing as correct
      PNB-EQ and NSE EXCHANGE

      posted in C#/.Net SDK
      S
      samecomm6
    • RE: wrong totp, error code = AB1050

      @Narendra-swami I am now able to fix this error AB1050 due to one code provided dll in this forum

      posted in C#/.Net SDK
      S
      samecomm6
    • RE: wrong totp, error code = AB1050

      @Narendra-swami

      string Client_code = System.Configuration.ConfigurationManager.AppSettings["client_code_angle"].ToString();
      string Password = ""; //YOUR PASSWORD
      string api_key = ""; // API KEY
      string JWTToken = "";
      string RefreshToken = "";

                          SmartApi connect = new SmartApi(api_key, JWTToken, RefreshToken);
                          OutputBaseClass obj = new OutputBaseClass();
                          //Login by client code and password
                          string mPin = "1234";
                          obj = connect.GenerateSession(Client_code, mPin);
                          AngelToken agr = obj.TokenResponse;
                          //Get Token
                          obj = connect.GenerateToken();
                          agr = obj.TokenResponse;
                          //Get Profile
                          obj = connect.GetProfile();
                          GetProfileResponse gp = obj.GetProfileResponse;
      
      posted in C#/.Net SDK
      S
      samecomm6
    • wrong totp, error code = AB1050

      obj = connect.GenerateSession(Client_code, mPin);
      I am getting AB1050 error wrong totp error
      please help on this for any solution.

      posted in C#/.Net SDK
      S
      samecomm6