---
title: "Create a new watchlist"
method: POST
path: "/user-management/v1/watchlists"
tags: ["user-management/watchlist"]
---

# Create a new watchlist

`POST /user-management/v1/watchlists`

Create a new watchlist for the authenticated user

## Response `201`

Default response

- object
  - `data` Watchlist, required
    - `assetIds` string[], required
    - `createdAt` string, date-time, required
    - `id` string, required
    - `title` string, required
    - `updatedAt` string, date-time, required
  - `error` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/messari/apis/messari-api-deep-research-v1.md) · [All operations](https://skmtc.net/messari/apis/messari-api-deep-research-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/messari/messari-api-deep-research-v1/revisions/af35b9757e14/schema)
