get_default_watchlist
Retrieve items from your default watchlist, including instrument or person IDs, rank, symbol, and display name. Supports pagination for large lists.
Instructions
Get the items of the authenticated user's default watchlist.
Returns items with itemId (instrument or person ID), itemType ('Instrument' or 'Person'), itemRank (position in the list), symbol and displayName when market metadata is included, and itemAddedDate (ISO 8601). Shares the watchlist read quota of 60 requests per 60 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (all when omitted). | |
| items_per_page | No | Items per page for pagination. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||