HI @perceptron
We are verifying on the issue. Will update you asap.
Please check if the websocket connection is initiated within limit (three connection only allowed per client code).
Regards,
SmartAPI team
HI @perceptron
We are verifying on the issue. Will update you asap.
Please check if the websocket connection is initiated within limit (three connection only allowed per client code).
Regards,
SmartAPI team
Hi @Cyriac,
Thank you for supporting us.
We are Moderator_1 and Moderator_2 from SmartAPI team dedicatedly working to resolve/help with all of our customer queries
Thanks & Regards,
SmartAPI team
We apologies for longer wait on this. We have came up with the solution, will be deploying for the same by tomorrow EOD.
Thanks & Regards,
SmartAPI team
Hi @PradeepB
Thank you for notifying on us. Will get it analyzed and update you on the resolution.
Regards,
SmartAPI team
hi @PradeepB
Kindly note, BL series is not active in NSE. Due to which for the above token, we haven't pushed the values. Please use EQ series for the required symbols
Please fetch the same from below file
https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
Sample Request for ALKEM-EQ:
{
"mode": "OHLC",
"exchangeTokens": {
"NSE": [
"11703"
]
}
}
Regards,
SmartAPI team
Hi @Asp9999
Apologies for the delayed response.
Kindly reverify on the private key intiated on the API header and let us know if the issue still occurs.
Regards,
SmartAPI team
hi @nitish-bane
Apologies for the delayed response.
We are trying to reproduce the issue from our end, but we are getting the Websocket response in ms. Will update you asap for the same. Meanwhile kindly reverify on the business logic if any applied at your end is causing th delay.
Regards,
SmartAPI Team
Apologies for the delayed response.
We are analyzing on the issue, will update you as soon as possible. Meanwhile, Kindly reverify on the private key initiated on API request.
Regards,
SmartAPI team
Hi @vegybin
Apologies for the delayed response.
We are verifying on the issue, will update you as soon as possible.
Regards,
SmartAPI team
Hi @Rguntuka
Currently we are only supporting for NodeJs, Java and Python SDK. Please reverify on the API request params and header passed on the API. Kindly check if the issue occurs for any specific token.
Regards,
SmartAPI team
Hi @Asp9999
Kindly reverify if the totp has been enabled, and mpin and totp has been passed properly and update if the issue still occurs
Please let us know if you are trying to login for first time.
Regards,
SmartAPI team
Hi @dhanesh007
Thank you for notifying us on this issue. We provide OHLC value on Historical API, Websocket streaming, Live Market Data API(Full Mode) and so. Kindly let us know if the issue occurs on which this discrepancy has occurred.
Regards,
SmartAPI team
hi @dipeshbodas
Kindly reverifying the issue with below function and let us know if connection timeout still occurs.
public void smartStreamTicker(String clientId, String feedtoken, SmartStreamListener smartStreamListener,Integer delay,Integer period) throws WebSocketException {
SmartStreamTicker smartStreamTicker = new SmartStreamTicker(clientId,feedtoken,smartStreamListener,delay,period);
smartStreamTicker.connect();
}
smartStreamTicker(clientId, feedToken, smartStreamListener,10,10);
Regards,
SmartAPI team
Apologies for your trouble. Please share us the client code to analyze from our end.
Kindly let us know if you are consuming our open source SDK and share us if any specific API endpoint the invalid token is observed.
Regards,
SmartAPI team