Watchlist
This section provides API endpoints to manage user-specific watchlists. You can create, retrieve, modify, and delete watchlists, allowing for organized tracking of securities. These APIs facilitate seamless integration of watchlist functionalities into your trading applications
📄️ Watchlist Global
This call would return all the Watchlists created by the Member.
📄️ User created Watchlist
This call would return all the Watchlists created by the User.
📄️ Watchlist by ID
This call would return the Watchlist on the basis of the given Watchlist Id.
📄️ Create Watchlist
This call will help user to create a new Watchlist.
📄️ Update Watchlist
This call will let user to update an existing Watchlist and it can be used for renaming an existing Watchlist. It will facilitate to change the sequence of the scrips. Furthermore user can add/delete scrips from the Watchlist.
📄️ Delete Watchlist
This call will let user delete an existing Watchlist created by him/her.