Navigation

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

    jmkvalangai

    @jmkvalangai

    0
    Reputation
    11
    Posts
    8
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jmkvalangai Follow

    Best posts made by jmkvalangai

    This user hasn't posted anything yet.

    Latest posts made by jmkvalangai

    • RE: "errorcode":"AB1007". Waiting for "3 MONTHS" to get resolved..

      @admin this is the stuff mentioned in your api documentation..

      string Client_code = "“; //YOUR CLIENT CODE
      string Password = ""; //YOUR PASSWORD
      string api_key = "";
      string JWTToken = "“; // optional
      string RefreshToken = ""; // optional

      SmartApi connect = new SmartApi(api_key, JWTToken, RefreshToken);

      OutputBaseClass obj = new OutputBaseClass();

      //Login by client code and password
      obj = connect.GenerateSession(Client_code, Password);
      AngelToken agr = obj.TokenResponse;

      I have replaced the client code, password and api_key.. what else you mean to say is missing here ? I have seen ppl has lots of experience and knowledge in api's and dot net and if they are still making mistake then its a gap in the documentation..

      posted in General Discussion
      J
      jmkvalangai
    • RE: "errorcode":"AB1007". Waiting for "3 MONTHS" to get resolved..

      @admin I have done the password reset (also refreshed the APIKey, Secret Key) and still its not working, giving the same AB1007 error. I am using C# and the following code as suggested in the documentation. I left the optional JWTToken, RefreshToken blank and put in the proper client code (CHAD1421), actual password and apikey. Can you pls help ?

      string Client_code = "MyClientCode"; //YOUR CLIENT CODE
      string Password = "My-Angelbroking-password"; //YOUR PASSWORD
      string api_key = "myapikey";
      string JWTToken = ""; // optional
      string RefreshToken = ""; // optional

              SmartApi connect = new SmartApi(api_key, JWTToken, RefreshToken);
      
              OutputBaseClass obj = new OutputBaseClass();
      
              //Login by client code and password
              obj = connect.GenerateSession(Client_code, Password);
              AngelToken agr = obj.TokenResponse;
      
      posted in General Discussion
      J
      jmkvalangai
    • "errorcode":"AB1007". Waiting for "3 MONTHS" to get resolved..

      @admin I have been raising this issue for the client id CHAD1421 for the past 3 months in several topics and filled the form for atleast 3 times, nothing has happened so far.. I have got my app ready and I am waiting for a long time to get this issue resolved.. I am really frustrated, can you pls do the needful ASAP..

      posted in General Discussion
      J
      jmkvalangai
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      @admin Its been 20 days since I filled this form. My account is not yet migrated. I have my app ready and just waiting for the API to work to put in my trades. Can you please let me know how long I need to wait, so that I can plan accordingly to signup with other providers.

      posted in General Discussion
      J
      jmkvalangai
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      @jmkvalangai said in "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007":

      grate CHAD1421 to access Smart API

      @admin any ETA ?

      posted in General Discussion
      J
      jmkvalangai
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      @admin Its been 20 days since I filled this form. My account is not yet migrated. I have my app ready and just waiting for the API to work to put in my trades. Can you please let me know how long I need to wait, so that I can plan accordingly to signup with other providers.

      posted in General Discussion
      J
      jmkvalangai
    • RE: How to get LTP for more than one stock ?

      @admin If I have get live quotes for 50+ stocks then it hit the API limits (per second) right ?

      posted in General Discussion
      J
      jmkvalangai
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      Hi, Please migrate client id CHAD1421

      posted in General Discussion
      J
      jmkvalangai
    • How to get LTP for more than one stock ?

      How to get LTP for more than one stock ? The api seems like allowing only one stock at a time, where I can see other brokers allows upto 500 stocks in one go.

      posted in General Discussion
      J
      jmkvalangai
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      Please migrate my account - CHAD1421

      posted in General Discussion
      J
      jmkvalangai