@nimish05z Please share your api request snippet.
Posts made by admin
-
RE: ONE_MINUTE Interval Historical Data inconsistent
-
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.
-
RE: Receiving CORS error while creating new app
@darshil611 You can clear you cache and try again.
-
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.
-
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.
-
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.
-
RE: Unable To Place Cover Orders.
@dibyendu1997 we do not support cover orders via smartapi
-
RE: Order Place Failing
@mahidaparth7 please use 'producttype': 'INTRADAY' instead of 'MIS'
-
RE: Invalid API Key - "errorCode":"AG8004"
@pareshbhatiya Place order is working fine. Please cross check the API key in your header for place order.
-
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.
-
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.
-
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.
-
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
-
RE: Invalid API Key", "errorCode": "AG8004",
@satishdwivedi Your screenshot is not visible.
-
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.
-
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.
-
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.
-
RE: Invalid API Key", "errorCode": "AG8004",
@satishdwivedi This error happens due to following reasons:
- API key used in login is not the same as API key generated
- 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.
-
RE: Is anyone seeing issues with QUOTES API response TRADINGSYMBOL?
Hi All, it has been fixed.
-
RE: Is anyone seeing issues with QUOTES API response TRADINGSYMBOL?
Hi all, checking the issue.