---
title: "Get current user preferences"
method: GET
path: "/v1/users/me/preferences"
tags: ["user"]
---

# Get current user preferences

`GET /v1/users/me/preferences`

## Response `200`

Successful response

- UserPreferences
  - `tokenSelectorSort` TokenSelectorSortOutput, required
    - `sortColumn` 'price' | 'change24h' | 'volume' | 'openInterest', required
    - `sortDirection` 'asc' | 'desc', required
  - `favoriteTimeframes` string[], required
  - `chartType` 'bars' | 'candles' | 'hollow-candles' | 'line' | 'area' | 'baseline' | 'heikin-ashi', required
  - `locale` 'en' | 'fr' | 'th' | 'ko' | 'ja' | 'zh-CN', required

## Other responses

- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

## Changes

- **2026-08-28** `792ac9f54322` — 1 info
  - added the required property `locale` to the response with the `200` status
- **2026-08-20** `dabff888da35` — 1 info
  - added the required property `chartType` to the response with the `200` status

[Change history](https://skmtc.dev/legend/apis/legend-api/changes/v1/users/me/preferences/get.md)

---

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