---
title: "Get market recommendations"
method: GET
path: "/api/v1/market-recommendations/{itemsCount}"
tags: ["Watchlists"]
---

# Get market recommendations

`GET /api/v1/market-recommendations/{itemsCount}`

**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 personalized market recommendations for the authenticated user.

## Path parameters

- `itemsCount` integer, required

## Headers

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

## Response `200`

Successfully retrieved market recommendations

- MarketRecommendationsResponse — Response containing market recommendations
  - `ResponseType` string — Type of recommendation response
  - `Recommendations` integer[] — List of recommended instrument IDs

## Other responses

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

---

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