Navigation

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

    akav

    @akav

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

    akav Follow

    Best posts made by akav

    This user hasn't posted anything yet.

    Latest posts made by akav

    • RE: Not Able to obtain LTP Quotes

      @riddifinsoft Thanks, we figured out problem. We were sending incorrect data. The example given in Node.js on Right side is wrong on your site. You may wanna fix that.
      Correct Request Data is

      {
                          "exchange": "NSE",
                          "tradingsymbol": "BIOCON-EQ",
                          "symboltoken":11373
                          }
      
      posted in Bugs
      A
      akav
    • Not Able to obtain LTP Quotes

      Sending Correct Headers as request is accepted.
      Request Data: (This is token for Adani Power as per the JSON File)

      {
                          "symbol_token":17388
                          }
      

      Response : Getting Symbol Not Found But symbol is correct

      {"readyState":4,"responseText":"{\"message\":\"Symbol Not Found\",\"errorcode\":\"AB1009\",\"status\":false,\"data\":null}","status":200,"statusText":"parsererror"}
      
      posted in Bugs
      A
      akav