Hi @8e6
Do check are you passing appropriate parameters and callbacks.
Hi @8e6
Do check are you passing appropriate parameters and callbacks.
Check upper & lower limit of limit price and place the order or place as a market order.
No new deployments from our end. From which API you are generating token please let us know with cURL of the API request to get to know more.
Hi @rotaharish
Please let us know from which API you are getting this error also share the cURL of that request to get to know more about the issue.
Error screenshot not found pls upload appropriate one.
Hi @sasibalan
Share client code via SmartWebSocketV2 parameter while establishing connection.
Hi @sayyad
Currently smart api does not support such API access. Instead you can build your app on top of our SDKs.
Hi @sasibalan
Please attach error screenshot for the same
Hi @sayyad
Smart API does not support multi user login instead create individual login
Hi @mani1090
Please test this API in postman still API getting failed means share the cURL here.
Hi @a50895823
Please find below link to implement web socket via python
Hi @A50895823
Please find below link to implement web socket via python
Hi @gkhurana02
Mentioned scrip master json link is valid one. Available symbols are alone tradeable one.
Hi @pradyumnapp
Please let us know what error your facing with error screenshot.
Please test this use case in your postman and please confirm.
@bhuvan-official please use "New Login" flow here - https://smartapi.angelone.in/publisher-login/v2/login/
@chandu-0 please share your client code to check the issue.
Hello SmartAPI users,
We’re pleased to inform you that SmartAPI now allows trading in stocks that carry cautionary messages.
To enable this, simply include an optional parameter in the place order API request:
"scripconsent": "yes"
Below is the behavior of the scripconsent parameter:
If scripconsent is not included:
You can trade only in scrips that do not have any cautionary message.
If scripconsent = "yes":
You can trade in all scrips, including those with cautionary messages.
If scripconsent = "no":
You can trade only in scrips that do not have any cautionary message.
Before setting the scripconsent parameter programmatically, we strongly recommend reviewing the Cautionary Scrips API to understand the scrip-specific messages before placing orders.
API documentation:
Place Order API – https://smartapi.angelone.in/docs/Orders
Cautionary Scrips API – https://smartapi.angelone.in/docs/Instruments
Sample place order api request:
{
"variety":"NORMAL",
"tradingsymbol":"SBIN-EQ",
"symboltoken":"3045",
"transactiontype":"BUY",
"exchange":"NSE",
"ordertype":"MARKET",
"producttype":"INTRADAY",
"duration":"DAY",
"price":"194.50",
"squareoff":"0",
"stoploss":"0",
"quantity":"1",
"scripconsent":"yes"
}
Regards,
SmartAPI Team
Hi @9868072301
Are you passing 4 digit pin in password parameter ?