---
title: "List available ranking presets"
method: GET
path: "/api/v2/portfolios/rankings/presets"
tags: ["Rankings"]
---

# List available ranking presets

`GET /api/v2/portfolios/rankings/presets`

**Rate limit:** 60 requests per 60 seconds. This is the **default shared quota** — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.

---

Returns the names of all publicly available ranking presets. Use a preset name as the `{type}` path parameter in GET /portfolios/rankings/presets/{type}. No pagination.

## Headers

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

## Response `200`

Successful response

- object
  - `results` object[], required
    - `name` string, required — Preset name (use as {type} in GET /portfolios/rankings/presets/{type}).

## Other responses

- `401` — Authentication required
- `429` — Too Many Requests — the shared 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/revisions/69c1fb266c35/schema)
