@abinayakj Currently, api key cannot be changed or deleted, however app details can be modified.
Group Details Private
Global Moderators
Forum wide moderators
Member List
-
RE: Unable to remove app details in SmartAPIposted in Bugs
-
RE: RuntimeError: Order API error for SENSEX26MAY76400CE: Couldn't parse the JSON response received from the server: b''posted in Python SDK
@loki your API request snippet must be sending some incorrect data.
-
RE: Can I get previous day's order history through API?posted in General Discussion
@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.
-
RE: SmartApi.smartExceptions.DataException: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'posted in Python SDK
@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. -
RE: Inconsisten historic dataposted in Python SDK
@virendramatic There has been no issue with the historical data api in recent past. Can you share your api request snippet for analysis?
-
RE: LTP ISSUEposted in Python SDK
@raman12 You can use market data API to get LTP.
Feed token is used in websocket and not in standard APIs. -
RE: how to create secret keyposted in General Discussion
@bhushank Secret key is created along with API key. You need to create an API key to get a secret key.
-
RE: Historical Data of nifty 50 tokenposted in Python SDK
@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
-
RE: Persistent 400 Bad Request on placeOrder v1 - Support ID Availableposted in Bugs
@mdnifaz can you please share the snippet of the place order API?
-
RE: Rate Limit Constraint on getOrderBook API Causing Order Status Sync Issues in Multi-Order Strategy Executionposted in Java SDK
@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.