---
title: "Get curated lists"
method: GET
path: "/api/v1/curated-lists"
tags: ["Watchlists"]
---

# Get curated lists

`GET /api/v1/curated-lists`

**Rate limit:** 60 requests per 60 seconds. This is a **dedicated** limit for this endpoint — it is **not shared** with (pooled across) any other endpoint, so the full rate is available to this endpoint alone.

---

Retrieves curated investment lists available to the authenticated user.

## Headers

- `x-request-id` string, uuid, required
- `x-api-key` string, password, required
- `x-user-key` string, password, required

## Response `200`

Successfully retrieved curated lists

- CuratedListsResponse — Response containing curated investment lists
  - `curatedLists` CuratedList[] — List of curated investment lists
    - `uuid` string — Unique identifier of the curated list
    - `name` string — Display name of the curated list
    - `description` string — Description of the curated list
    - `listImageUrl` string — URL of the list's image
    - `items` CuratedListItem[] — Items in the curated list
      - `instrumentId` integer — ID of the financial instrument

## Other responses

- `204` — No curated lists available
- `429` — Too Many Requests — the rate limit (60 requests / 60s) was exceeded.

---

[API](https://skmtc.net/etoro/apis/etoro-api.md) · [All operations](https://skmtc.net/etoro/apis/etoro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etoro/etoro-api/versions/69c1fb266c35/schema)
