Python (SDK)
Watchlist
Watchlist by ID
Retrieves detailed information about a specific watchlist identified by its unique ID, including the watchlist name, symbol list, and metadata. Returns the complete watchlist structure for display and management.
Use Case: Load a specific watchlist’s symbols and settings for display in trading interfaces or portfolio monitoring views.
GET
Python (SDK)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the watchlist
Example:
"watchlist_abc123"