Add a symbol to a watchlist.
The ID of the watchlist to add the symbol to.
The ticker symbol to add.
Security type. "1" for equities/ETFs. Defaults to "1".
API response containing the watchlist item ID of the new item.
Create a new watchlist.
Display name for the new watchlist.
API response containing the ID of the created watchlist.
Delete a watchlist.
The ID of the watchlist to delete.
API response confirming deletion.
Retrieve every item across all watchlists.
API response with all watchlist symbols.
Retrieve the contents of a specific watchlist.
The ID of the watchlist to retrieve.
API response containing the watchlist items with each symbol's quote data.
Retrieve all watchlists for the current user.
API response containing a list of watchlists.
Remove a symbol from a watchlist by its watchlist item ID.
Note: watchlistId refers to the per-item ID returned by addSymbol, not the listId of the watchlist itself.
The item-level watchlist ID to remove.
API response confirming deletion.
Provides watchlist management for a Firstrade session.
Supports creating and deleting watchlists, adding and removing symbols from watchlists, and retrieving watchlist contents.