---
title: "Check Account Details"
method: POST
path: "/{item_id}/goods/check"
tags: ["Account publishing"]
---

# Check Account Details

`POST /{item_id}/goods/check`

Check and put up to sale not published account OR update account information existing account.

> ❗️ If you receive a "retry_request" error, you should repeat the same request (up to a maximum of 100 times).

## Path parameters

- `item_id` integer, required — Item id.

## Request body

- object
  - `random_proxy` boolean — Set this parameter to **true** so that the Market will take a random proxy from its pool for each of your requests. Otherwise, if this parameter is set to **false** or not set, the Market will take a specific proxy from its pool, which is predefined for each item. > This parameter only works with proxies from the Market pool. If you want to use your own proxies, use the proxy_id or extra[proxy] parameter.
  - `login` string — Account login (or email).
  - `password` string — Account password.
  - `login_password` string — Account login data (login:password format).
  - `has_email_login_data` boolean — Required if a **category** is one of list of Required email login data categories.
  - `email_login_data` string — Required if a **category** is one of list of Required email login data categories. Email login data (email:password format).
  - `email_type` 'native' | 'autoreg' — Email type.
  - `extra` ExtraModel
    - `proxy` string — Proxy line format ip:port:user:pass (prioritize over proxy_id parameter).
    - `close_item` boolean — If set, the item will be closed **item_state = closed**.
    - `region` string — Region. Required if you want to upload WoT account. Optional if you want to upload miHoYo or Riot account.
    - `service` 'windscribeVPN' | 'tunnelbearVPN' | 'vanishVPN' | 'mullvadVPN' | 'PIAVPN' | 'AdguardVPN' | 'pureVPN' | 'ultraVPN' | 'cyberghostVPN' | 'vyprVPN' | 'hotspotShieldVPN' | 'planetVPN' | 'telegram' | 'discord' | 'discord_trial' | 'chatgpt' | 'claude' | 'cursor' | 'grok' — Service. Required if you want to upload VPN, gift or LLM.
    - `system` 'laser' | 'scroll' | 'magic' — Supercell system. Required if you want to upload Supercell account.
    - `confirmationCode` string — Code from email (in case of problems). Optional if you want to upload Supercell account.
    - `cookies` string — Cookies. Required if you want to upload Fortnite, Epic Games, Social Club, Instagram, TikTok or Cursor account.
    - `login_without_cookies` boolean — Login without cookies. Optional if you want to upload Instagram account.
    - `cookie_login` boolean — Cookie login. Optional. Used only if you want to upload TikTok account.
    - `mfa_file` string — Steam mafile. Optional. Used only if you want to upload Steam account.
    - `dota2_mmr` integer — Dota 2 MMR. Optional. Used only if you want to upload Steam account.
    - `uplay_games` boolean — Select this game (Far Cry, R6S, etc) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `ea_games` boolean — Select this game (FIFA, Battlefield, etc) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `ark` boolean — Select this game (ARK: Survival Evolved) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `ark_ascended` boolean — Select this game (ARK: Survival Ascended) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `warframe` boolean — Select this game (Warframe) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `the_quarry` boolean — Select this game (The Quarry *No Trial*) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `brawlhalla` boolean — Select this game (Brawlhalla) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `genshin_currency` integer — Genshin Impact Primogems count. Optional. Used only if you want to upload miHoYo account.
    - `honkai_currency` integer — Honkai Star Rail Stellar Jade count. Optional. Used only if you want to upload miHoYo account.
    - `zenless_currency` integer — Zenless Zone Zero Polychrome count. Optional. Used only if you want to upload miHoYo account.
    - `password` string — Telegram 2FA Password. Optional. Used only if you want to upload Telegram account.
    - `telegramClient` string — Telegram client. Optional. Used only if you want to upload Telegram account.
    - `telegramJson` string — Contents of session.json file. Optional. Used only if you want to upload Telegram account.
    - `checkChannels` boolean — Check channels. Optional. Used only if you want to upload Telegram account.
    - `checkSpam` boolean — Check spam. Optional. Used only if you want to upload Telegram account.
    - `checkHypixelBan` boolean — Check ban on Hypixel. Optional. Used only if you want to upload Minecraft account.

## Response `200`

Successful Response.

- object
  - `status` string, required
  - `item` object, required
    - `item_id` integer, required
    - `item_state` string, required
    - `category_id` integer, required
    - `published_date` integer, required
    - `title` string, required
    - `description` string, required
    - `price` integer, required
    - `update_stat_date` integer, required
    - `refreshed_date` integer, required
    - `edit_date` integer, required
    - `login` string, required
    - `temp_email` string, required
    - `view_count` integer, required
    - `is_sticky` integer, required
    - `information` string, required
    - `item_origin` string, required
    - `extended_guarantee` integer, required
    - `nsb` integer, required
    - `allow_ask_discount` integer, required
    - `title_en` string, required
    - `description_en` string, required
    - `information_en` string, required
    - `email_type` string, required
    - `email_provider` string, required
    - `item_domain` string, required
    - `resale_item_origin` string, required
    - `user_allow_ask_discount` integer, required
    - `max_discount_percent` integer, required
    - `market_custom_title` string, required
    - `feedback_data` string, required
    - `buyer_avatar_date` integer, required
    - `buyer_user_group_id` integer, required
    - `priceWithSellerFee` integer, required
    - `guarantee` object, required
      - `duration` integer, required
      - `class` string, required
      - `durationPhrase` string, required
      - `endDate` integer, required
      - `active` boolean, required
      - `cancelled` boolean, required
      - `remainingTime` integer, required
      - `remainingTimePhrase` string, required
    - `canViewLoginData` boolean, required
    - `canUpdateItemStats` boolean, required
    - `canReportItem` boolean, required
    - `loginData` object, required
      - `raw` string, required
      - `encodedRaw` string, required
      - `login` string, required
      - `password` string, required
      - `encodedPassword` string, required
      - `oldPassword` string, required
      - `encodedOldPassword` unknown, required
    - `canViewEmailLoginData` boolean, required
    - `emailLoginData` object, required
      - `raw` string, required
      - `encodedRaw` string, required
      - `login` string, required
      - `password` string, required
      - `encodedPassword` string, required
      - `oldPassword` string, required
      - `encodedOldPassword` string, required
    - `showGetEmailCodeButton` boolean, required
    - `getEmailCodeDisplayLogin` string, required
    - `buyer` object, required
      - `user_id` integer, required
      - `operation_date` integer, required
      - `visitorIsBuyer` boolean, required
      - `username` string, required
      - `is_banned` integer, required
      - `display_style_group_id` integer, required
      - `uniq_username_css` string, required
      - `user_group_id` integer, required
    - `isPersonalAccount` boolean, required
    - `sold_items_category_count` integer, required
    - `restore_items_category_count` integer, required
    - `rub_price` integer, required
    - `price_currency` string, required
    - `canValidateAccount` boolean, required
    - `canResellItemAfterPurchase` boolean, required
    - `account_last_activity` integer, required
    - `displayConvertedBalance` boolean, required
    - `canViewAccountLink` boolean, required
    - `accountLinks` object[], required
      - `link` string, required
      - `text` string, required
      - `iconClass` string, required
    - `accountLink` string, required
    - `emailLoginUrl` string, required
    - `canChangePassword` boolean, required
    - `itemOriginPhrase` string, required
    - `visitorIsAuthor` boolean, required
    - `canAskDiscount` boolean, required
    - `tags` object, required
      - `1` object, required
        - `tag_id` integer, required
        - `title` string, required
        - `isDefault` boolean, required
        - `forOwnedAccountsOnly` boolean, required
        - `bc` string, required
    - `customFields` unknown[], required
      - unknown
    - `externalAuth` unknown[], required
      - unknown
    - `isTrusted` boolean, required
    - `isBirthdayToday` boolean, required
    - `isIgnored` boolean, required
    - `deposit` integer, required
    - `extraPrices` object[], required
      - `currency` string, required
      - `price` string, required
    - `canViewAccountLoginAndTempEmail` boolean, required
    - `bumpSettings` object, required
      - `canBumpItem` boolean, required
      - `canBumpItemGlobally` boolean, required
      - `shortErrorPhrase` unknown, required
      - `errorPhrase` unknown, required
    - `canCheckGuarantee` boolean, required
    - `needToRequireVideoToViewLoginData` boolean, required
    - `descriptionHtml` string, required
    - `descriptionEnHtml` string, required
    - `descriptionPlain` string, required
    - `descriptionEnPlain` string, required
    - `seller` object, required
      - `user_id` integer, required
      - `username` string, required
      - `avatar_date` integer, required
      - `is_banned` integer, required
      - `display_style_group_id` integer, required
      - `joined_date` integer, required
      - `sold_items_count` integer, required
      - `active_items_count` integer, required
      - `restore_data` string, required
      - `restore_percents` integer, required
      - `isOnline` boolean, required
  - `system_info` RespSystemInfo, required
    - `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

- `400` — Bad request
- `401` — Unauthorized
- `403` — Error Response.
- `404` — Error Response.

---

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