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 3768
    • Best 29
    • Groups 3

    Posts made by admin

    • RE: Unable to remove app details in SmartAPI

      @abinayakj Currently, api key cannot be changed or deleted, however app details can be modified.

      posted in Bugs
      A
      admin
    • RE: RuntimeError: Order API error for SENSEX26MAY76400CE: Couldn't parse the JSON response received from the server: b''

      @loki your API request snippet must be sending some incorrect data.

      posted in Python SDK
      A
      admin
    • RE: Can I get previous day's order history through API?

      @subhash_indian No. Order book is flushed before the start of the next trading day. Behaviour is similar to the orders page you see on the app.

      posted in General Discussion
      A
      admin
    • RE: SmartApi.smartExceptions.DataException: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'

      @deeeepak Unfortunately, we cannot help you in the debugging / improvement of the code.
      Request you to take help from a professional developer for the same.

      posted in Python SDK
      A
      admin
    • RE: Inconsisten historic data

      @virendramatic There has been no issue with the historical data api in recent past. Can you share your api request snippet for analysis?

      posted in Python SDK
      A
      admin
    • RE: LTP ISSUE

      @raman12 You can use market data API to get LTP.
      Feed token is used in websocket and not in standard APIs.

      posted in Python SDK
      A
      admin
    • RE: how to create secret key

      @bhushank Secret key is created along with API key. You need to create an API key to get a secret key.

      posted in General Discussion
      A
      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