Navigation

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

    akav

    @akav

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

    akav Unfollow Follow

    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