---
title: "Get the authenticated user watchlist baskets"
method: GET
path: "/watchlist"
tags: ["Watchlist"]
---

# Get the authenticated user watchlist baskets

`GET /watchlist`

## Response `200`

Current list of baskets

- WatchlistResponseDto
  - `items` WatchlistBasketDto[], required — List of watchlist baskets
    - `id` string, required — Basket ID
    - `longAssets` WatchlistAssetDto[], required — Long assets in the basket
      - `asset` string, required
      - `weight` number, required
    - `shortAssets` WatchlistAssetDto[], required — Short assets in the basket
      - `asset` string, required
      - `weight` number, required

---

[API](https://skmtc.dev/pearprotocol/apis/pear-protocol-trading-api.md) · [All operations](https://skmtc.dev/pearprotocol/apis/pear-protocol-trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pearprotocol/pear-protocol-trading-api/revisions/d5e1438dfaa7/schema)
