Navigation

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

    vanquish87

    @vanquish87

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

    vanquish87 Follow

    Best posts made by vanquish87

    This user hasn't posted anything yet.

    Latest posts made by vanquish87

    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      I am using python

      via code from documentation :

      import http.client
      import mimetypes
      conn = http.client.HTTPSConnection(
          "apiconnect.angelbroking.com"
          )
      payload = "{\n\"clientcode\":\"xxxxxxx\",\n\"password\":\"xxxxxxx\"\n}"
      headers = {
          'Content-Type': 'application/json',
          'Accept': 'application/json',
          'X-UserType': 'USER',
          'X-SourceID': 'WEB',
          'X-ClientLocalIP': 'CLIENT_LOCAL_IP',
          'X-ClientPublicIP': 'CLIENT_PUBLIC_IP',
          'X-MACAddress': '42:aa:13:ae:6b:c4',
          'X-PrivateKey': 'xxxxxxxx'
        }
      conn.request("POST", "/rest/auth/angelbroking/user/v1/loginByPassword", payload, headers)
      
      res = conn.getresponse()
      data = res.read()
      print(data.decode("utf-8"))
      

      I am getting an output :

      {"status":false,"message":"Login Id or password is invalid","errorcode":"AB1007","data":null}
      

      My Cliend ID : J215509

      Please fix this as I searched this forum only to find out my ID is still not migrated.

      Even after repeated form fillings n raising the same issues again n again.

      How I am suppose to trade on Angel Broking ??

      posted in General Discussion
      V
      vanquish87
    • RE: unable to login : Migrate request already submitted

      @admin Still invalid login or password showing.

      I want to upload the screen shot .
      But this forum is also buggy n not able to do so 😞

      Please activate asap

      posted in General Discussion
      V
      vanquish87
    • unable to login : Migrate request already submitted

      Login Id or password is invalid

      I have already applied for migration 2 days back.

      ID : J215509

      request to the admin to sort this out asap.

      posted in General Discussion
      V
      vanquish87