Navigation

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

    Posts made by MAWJ104

    • Static IP

      With the new rule regarding Static IP
      Can I use the primary and secondary static IP both as I trade with software from one cloud and algo from the second cloud

      Can we now use the same API key and secret key at 2 places ?

      Earlier, we were allowed to create multiple API for one user ID

      posted in General Discussion
      M
      MAWJ104
    • RE: websocket what is feed_token and client_code.

      @rajanprabu Thanks for the response.

      posted in Python SDK
      M
      MAWJ104
    • RE: websocket what is feed_token and client_code.

      @rajanprabu I have client code, and what is Feed_token

      posted in Python SDK
      M
      MAWJ104
    • websocket what is feed_token and client_code.

      In below code what is Feed_token and client_code. In API i can only see api_key and secret_key

      Where do I find this ?

      WebSocket

      from smartapi import WebSocket
      FEED_TOKEN= "your feed token"
      CLIENT_CODE="your client Id"

      posted in Python SDK
      M
      MAWJ104