Navigation

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

    Topics created by nisha

    • N

      What is FEED_TOKEN in websocket connection?
      General Discussion • • nisha  

      2
      0
      Votes
      2
      Posts
      21
      Views

      J

      @nisha Feed token is necessary if you want to stream live prices. You can get the feed token using the below snippet. obj = SmartConnect(api_key = API_KEY) data = obj.generateSession(CLIENT_ID, PASSWORD) FEED_TOKEN = obj.getfeedToken()
    • N

      Unable to login using SmartAPI Javascript Library - Getting Invalid Token - AG8001
      Bugs • • nisha  

      5
      0
      Votes
      5
      Posts
      61
      Views

      J

      @admin Thanks it's working now after migration thanks