Migration of SmartAPI to Angel One Domain
-
Dear Customers,
We are pleased to announce that our SmartAPI platform has successfully migrated from the apiconnect.angelbroking.com domain to the new apiconnect.angelone.in domain.
Key Points:
Root API Endpoint: The new root API endpoint is now https://apiconnect.angelone.in.The previous endpoint https://apiconnect.angelbroking.com remains fully functional, so you can continue to use either endpoint without any disruption to your services.
Documentation and SDK Updates: We are currently updating all relevant documentation and SDKs to reflect this change. Please stay tuned for these updates, which will help ensure a smooth transition to the new domain.
If you have any questions or encounter any issues during this transition, please don't hesitate to reach out to our support team.
Thank you for your continued support.
Best Regards,
The SmartAPI Team at Angel One -
I wanted to bring to your attention that we are currently using the SmartAPI NodeJS library and WebSocket Streaming 2.0. As we are utilizing the WebSocket URL
wss://smartapisocket.angelone.in/smart-stream
it is essential to ensure we are updated on changes in the corresponding library.
Additionally, I noticed that the API URL in our NodeJS code might be outdated. Below is the current configuration:
module.exports.API = { root: 'https://apiconnect.angelbroking.com', login: 'https://smartapi.angelbroking.com/publisher-login', // ... other endpoints }
Please check if there are any required updates to these endpoints and let me know if you have suggestions or if there's any action needed on our part.
Thank you for your attention to this matter.
-
-
-
- Will the old endpoints ever be removed? If yes, when? (Estimated if not fixed)
- Are there any benefits in using the new url?
-
-
@admin said in Migration of SmartAPI to Angel One Domain:
We are currently updating all relevant documentation and SDKs to reflect this change. Please stay tuned for these updates, which will help ensure a smooth transition to the new domain.
Getting error with GTT order placement since this update
-
Seems this has impacted GTT orders. Can you check? Posted on other threads too but no one responding. Client codes -- V266489 and L61199814.
[E 240902 20:01:40 smartConnect:246] Error occurred while making a POST request to https://apiconnect.angelbroking.com/rest/secure/angelbroking/gtt/v1/ruleList. Error: Something Went Wrong, Please Try After Sometime. URL: https://apiconnect.angelbroking.com/rest/secure/angelbroking/gtt/v1/ruleList, Headers: {'Content-type': 'application/json', 'X-ClientLocalIP': '127.0.0.1', 'X-ClientPublicIP': '..147.98', 'X-MACAddress': '38:7a:::1a:*', 'Accept': 'application/json', 'X-PrivateKey': '*****', 'X-UserType': 'USER', 'X-SourceID': 'WEB'}, Request: {'status': ['NEW', 'ACTIVE'], 'page': 1, 'count': 50}, Response: {'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None} {'message': 'Something Went Wrong, Please Try After Sometime', 'errorcode': 'AB1004', 'status': False, 'data': None}
-
@admin said in Migration of SmartAPI to Angel One Domain:
If you have any questions or encounter any issues during this transition, please don't hesitate to reach out to our support team.
Thank you for your continued support.after this update on-order updates is giving 4 min delayed data.
please check if its happening with all api users. -
@admin Do we need to update smar-api python library