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 55
    • Posts 3634
    • Best 28
    • Groups 3

    Posts made by admin

    • RE: ONE_MINUTE Interval Historical Data inconsistent

      @nimish05z Please share your api request snippet.

      posted in Bugs
      A
      admin
    • RE: Ticker disconnected and error during reconnect

      @anand-n04 The status line is: HTTP/1.1 429 Too Many Requests.

      One client is only allowed to create 3 connections only.

      posted in Java SDK
      A
      admin
    • RE: Receiving CORS error while creating new app

      @darshil611 You can clear you cache and try again.

      posted in Bugs
      A
      admin
    • RE: Static IP based API keys now live - Old flow still supported temporarily

      @pari You can use the same API key that you had created earlier.

      posted in General Discussion
      A
      admin
    • RE: Does smartapi provide a way to fetch OI data?

      @swogatpradhan22 It does provide OI data. For scrips where OI is not applicable, eg. cash, the OI will be shown as 0.

      posted in General Discussion
      A
      admin
    • RE: Security is under the following list of cautions:

      @popular003 As of now, you will have to trade via web or app in such stocks. We will be coming up with a solution soon.

      posted in General Discussion
      A
      admin
    • RE: Unable To Place Cover Orders.

      @dibyendu1997 we do not support cover orders via smartapi

      posted in General Discussion
      A
      admin
    • RE: Order Place Failing

      @mahidaparth7 please use 'producttype': 'INTRADAY' instead of 'MIS'

      posted in Python SDK
      A
      admin
    • RE: Invalid API Key - "errorCode":"AG8004"

      @pareshbhatiya Place order is working fine. Please cross check the API key in your header for place order.

      posted in Bugs
      A
      admin
    • RE: API Invalid token Error errorCode AG8001

      @mryash AG8001 comes due to invalid token. You need to log in daily and create a new JWT token daily to be able to use other APIs.

      posted in Bugs
      A
      admin
    • RE: websocket 2.0 , extact binary data in string

      @smartapi-0 Web socket responds in hex. Please check using postman, and then use the websocket in your code.

      posted in Test
      A
      admin
    • RE: The order cannot be processed as the token is categorised under cautionary listings by the exchange.

      @rahim1021 As per the exchange guidelines, it is mandatory to show a pop up message of all the cautionary messages and to capture user's consent on the order flow after the user reads all the messages.

      This cannot be done on an API level. So, we do not allow such scrips from API as of now.

      You can place orders in such scrips via app and web of Angel One.

      posted in General Discussion
      A
      admin
    • RE: put market order but it is placed as AMO ..WHy

      @ananthapad all the orders placed after market go as AMO orders. You can read it here in the place orders section - https://smartapi.angelone.in/docs/Orders

      posted in Python SDK
      A
      admin
    • RE: Invalid API Key", "errorCode": "AG8004",

      @satishdwivedi Your screenshot is not visible.

      posted in NodeJS SDK
      A
      admin
    • RE: Execution Error:AG8004 - Invalid API Key

      @v52717774 This error comes when the API key you are mentioning in the header of the API request is not the same as the one you have generated or using which you have logged in and created a JWT token.

      posted in General Discussion
      A
      admin
    • RE: Static IP based API keys now live - Old flow still supported temporarily

      @sachin0521 Since you are an algo provider, as per guidelines of SEBI, you need to empanel with exchanges. Once you are empanelled, you can get into a commercial agreement with brokers.

      The static IP flow here is for the tech savvy clients who are making their own algos by coding and using smartAPI to trade.

      posted in General Discussion
      A
      admin
    • RE: Invalid API Key: Historical Data and Market Data

      @dibyendu1997 please put API Key (not secret key) in the X-PrivateKey parameter. It should run.

      posted in Bugs
      A
      admin
    • RE: Invalid API Key", "errorCode": "AG8004",

      @satishdwivedi This error happens due to following reasons:

      1. API key used in login is not the same as API key generated
      2. API key used in login is different from the API key used in other API's request.

      Request you to check the same. In case you are still unable to figure it out, you can share the API request snippet and API key screenshot here.

      posted in NodeJS SDK
      A
      admin
    • RE: Is anyone seeing issues with QUOTES API response TRADINGSYMBOL?

      Hi All, it has been fixed.

      posted in General Discussion
      A
      admin
    • RE: Is anyone seeing issues with QUOTES API response TRADINGSYMBOL?

      Hi all, checking the issue.

      posted in General Discussion
      A
      admin