@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.
Group Details Private
SmartAPI Group
Member List
-
RE: Security is under the following list of cautions:
-
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.