---
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

## Other responses

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

---

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