Creates new watchlists or updates existing watchlists for a specific trading account. Allows users to organize stocks into named groups for monitoring. Each watchlist must have a unique name within the account and contains an array of stock symbols. If a watchlist with the same name already exists, it will be updated with the new symbol list.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the trading account (must be a valid account owned by the authenticated user)
Array of watchlist objects to create or update. Each watchlist must have a unique name and a list of stock symbols.