Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. admin
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 126
    • Topics 56
    • Posts 3761
    • Best 29
    • Groups 3

    Posts made by admin

    • RE: Historical Data of nifty 50 token

      @rathodjatin76 @archana If you want to get the data for the NIFTY 50 token, you can get the OLHCV of the index.
      If you are wanting the data of the Nifty 50 futures, you unfortunately might not get it, as the data of expired contracts is not stored.

      Symbol token for NIFTY 50 index = 99926000

      posted in Python SDK
      A
      admin
    • RE: Persistent 400 Bad Request on placeOrder v1 - Support ID Available

      @mdnifaz can you please share the snippet of the place order API?

      posted in Bugs
      A
      admin
    • RE: Rate Limit Constraint on getOrderBook API Causing Order Status Sync Issues in Multi-Order Strategy Execution

      @TusharTyagi As per the new algo rules, client direct API product ie. SmartAPI in this case, will be used only by the end clients who run their own algo.

      However, you can use postback API for your use case.

      posted in Java SDK
      A
      admin
    • RE: Getting IP restricted even after IP whitelisting

      @algo_trader IP needs to be unique per customer. Please check that IP through which the order is being placed is same as that of registered IP.

      posted in Bugs
      A
      admin
    • RE: Whitelisting of Static IPs

      @arsm1057 what is the error that you are receiving?

      posted in General Discussion
      A
      admin
    • RE: Invalid symboltoken for commodities

      @saravanan1209 please share the error you are getting.

      posted in Python SDK
      A
      admin
    • RE: How to get per tick volume from websocketv2 ?

      @radheshjoshi02 Web socket gives tick by tick data. Please check it via postman.

      posted in Python SDK
      A
      admin
    • RE: Delete Exisitng API Key

      @algo_trading_50 @ameer_mane @AvgTrader
      The functionality to delete as well as edit the new API keys will be available soon.

      posted in General Discussion
      A
      admin
    • RE: IPv6 Support

      IPV6 is supported in a beta version. It will be rolled out to everyone soon.

      posted in General Discussion
      A
      admin
    • RE: SmartConnect.getMarginApi() throws exception.

      @sdrnaikinv You can see in the API response posted by you that the data is available. It is your program which is not able to parse the data.

      posted in Python SDK
      A
      admin
    • RE: Invalid URL error

      @karthik_sunkari unable to see your image.

      posted in Bugs
      A
      admin
    • RE: What is DIY Code

      @pravinbj Unable to see the attached image.

      However, DIY would stand for 'Do It Yourself'

      posted in Python SDK
      A
      admin
    • RE: STATIC IP

      @chinkgutto If your code is on your local machine, you can check other ISPs like Jio Fiber too.

      posted in Python SDK
      A
      admin
    • RE: Invalid redirect URI

      @masternkv Please check the postback URL.

      https://smartapi.angelone.in/publisher-login?api_key=xxx&redirect_url=yyy&state=statevariable
      

      You are using wrong URL.

      Documentation for the same is here - https://smartapi.angelone.in/docs/User

      posted in Bugs
      A
      admin
    • RE: Created new app with static ip but cannot log-in

      @vbhide by log in, do you mean to login to get a trade token? if so, please use - login by password api.

      please find the documentation here - https://smartapi.angelone.in/docs/User

      posted in General Discussion
      A
      admin
    • RE: APP ISSUE..... API KEY IP ADRESS BOAT MISTEK

      @d321860 you can edit the secondary static IP from the dashboard.

      posted in Bugs
      A
      admin
    • RE: Order placement denied

      @jayesh_sapkale The IP address from where the order API originates should be same as that of the IP added while making the API key. Or else, the above error will come.

      posted in General Discussion
      A
      admin
    • RE: Static IP

      @MAWJ104 Yes you can do that.

      posted in General Discussion
      A
      admin
    • RE: [Urgent] Unable to generate api key for Market api type and historic api type

      @vijaykumar8518 you can create a trading API key to get the market data. Please use the same key.

      posted in Bugs
      A
      admin
    • RE: Redirection to undefined after logging in

      @naveenkamaraj79

      The redirect URL is available for the old API keys only.

      Going forward, the API product will be used by tech savvy users only, and we request the users to use 2FA using login by password API for the same.

      posted in General Discussion
      A
      admin