> ## Documentation Index
> Fetch the complete documentation index at: https://docs.messari.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Watchlists API

> Create and manage custom watchlists to organize and track groups of assets via the Messari API.

## Available Endpoints

* [**Get Watchlists**](/api-reference/endpoints/user-management/get-v1-watchlists) - Returns all watchlists created by the authenticated user.
* [**Get Watchlist Details**](/api-reference/endpoints/user-management/get-v1-watchlists-id) - Returns details for a specific watchlist, including assets.
* [**Create Watchlist**](/api-reference/endpoints/user-management/post-v1-watchlists) - Creates a new watchlist with specified assets and configuration.
* [**Update Watchlist**](/api-reference/endpoints/user-management/patch-v1-watchlists-id) - Updates a watchlist's name, description, or other metadata.
* [**Update Watchlist Assets**](/api-reference/endpoints/user-management/patch-v1-watchlists-id-assets) - Modifies the assets included in a specific watchlist.
* [**Delete Watchlist**](/api-reference/endpoints/user-management/delete-v1-watchlists-id) - Removes a specified watchlist.

## Use Cases

* Create personalized asset tracking experiences with custom watchlists
* Build portfolio monitoring applications with user-specific asset groupings
* Enable users to organize assets by categories, sectors, or personal preferences
* Sync watchlists across multiple clients or applications
