---
title: "Edit Market Settings"
method: PUT
path: "/me"
tags: ["Profile"]
---

# Edit Market Settings

`PUT /me`

Change settings about your profile on the market.

## Request body

- object
  - `user` object
    - `currency` 'rub' | 'uah' | 'kzt' | 'byn' | 'usd' | 'eur' | 'gbp' | 'cny' | 'try' | 'jpy' | 'brl'
    - `user_allow_ask_discount` boolean — Allow users ask discount for your accounts.
    - `max_discount_percent` integer — Maximum discount percents for your accounts.
    - `market_custom_title` string — Market title.
  - `option` object
    - `disable_steam_guard` boolean — Disable Steam Guard on account purchase moment.
    - `deauthorize_steam` boolean — Finish all Steam sessions after purchase.
    - `change_password_on_purchase` boolean — Change Steam password after purchase.
    - `hide_favourites` boolean — Hide your profile info when you add an account to favorites.
    - `show_too_low_price_change_warning` boolean — Show a warning when you reduce the price of an account too much.
  - `allow_accept_accounts` string[] — Usernames who can transfer market accounts to you. Separate values with a comma.
  - `telegram_api_id` string — Telegram api id.
  - `telegram_api_hash` string — Telegram api hash.
  - `telegram_device_model` string — Telegram device model.
  - `telegram_system_version` string — Telegram system version.
  - `telegram_app_version` string — Telegram app version.
  - `telegram_lang_pack` string — Telegram lang pack.
  - `telegram_lang_code` string — Telegram lang code.
  - `telegram_system_lang_code` string — Telegram system lang code.
  - `clear_telegram_client` boolean — Clear Telegram data.

## Response `200`

Successful Response.

- object
  - `status` string
  - `message` string
  - `system_info` RespSystemInfo
    - `rate_limit` object, required
      - `limit` integer, required
      - `remaining` integer, required
      - `reset` integer, required
      - `bucket` string
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/lzt/apis/lolzteam-public-api-market.md) · [All operations](https://skmtc.net/lzt/apis/lolzteam-public-api-market/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lzt/lolzteam-public-api-market/revisions/e939f4b36a9f/schema)
