---
title: "Get All Purchased Accounts"
method: GET
path: "/user/orders"
tags: ["Accounts list"]
---

# Get All Purchased Accounts

`GET /user/orders`

Displays a list of purchased accounts.

## Query parameters

- `user_id` integer — User id.
- `category_id` 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 22 | 24 | 28 | 30 | 31 — Accounts category.
- `page` integer — The number of the page to display results from.
- `show` 'stickied' | 'discount_request' | 'in_buyers_favorites' | 'active' | 'paid' | 'closed' | 'deleted' | 'awaiting' | 'pre_active' | 'pre_upload' | 'pending_deletion' | 'closed_inactive' | 'auto_bump' — Account Status.
- `title` string — The word or words contained in the account title.
- `pmin` number — Minimal price of account (Inclusive).
- `pmax` number — Maximum price of account (Inclusive).
- `login` string — Login.
- `origin[]` 'brute' | 'phishing' | 'stealer' | 'autoreg' | 'personal' | 'resale' | 'dummy' | 'self_registration' | 'retrieve_via_support' — Account origin.
- `not_origin[]` ItemOriginModel[] — List of account origins that won't be included.
- `order_by` 'price_to_up' | 'price_to_down' | 'pdate_to_down' | 'pdate_to_up' | 'pdate_to_down_upload' | 'pdate_to_up_upload' | 'edate_to_up' | 'edate_to_down' | 'ddate_to_up' | 'ddate_to_down' | 'auto_buy_diff_to_up' | 'auto_buy_diff_to_down' — Order by.
- `sb` boolean — Sold before.
- `sb_by_me` boolean — Sold by me before.
- `nsb` boolean — Not sold before.
- `nsb_by_me` boolean — Not sold by me before.

## Response `200`

Successful Response.

- ItemListModel
  - `items` ItemFromListModel[], required
    - `item_id` integer
    - `item_state` string
    - `category_id` integer
    - `published_date` integer
    - `title` string
    - `description` string
    - `price` integer
    - `update_stat_date` integer
    - `refreshed_date` integer
    - `view_count` integer
    - `is_sticky` integer
    - `item_origin` string
    - `extended_guarantee` integer
    - `nsb` integer
    - `allow_ask_discount` integer
    - `title_en` string
    - `description_en` string
    - `item_domain` string
    - `resale_item_origin` string
    - `isIgnored` integer
    - `guarantee` boolean
    - `canViewLoginData` boolean
    - `canUpdateItemStats` boolean
    - `canViewEmailLoginData` boolean
    - `showGetEmailCodeButton` boolean
    - `canOpenItem` boolean
    - `canCloseItem` boolean
    - `canEditItem` boolean
    - `canDeleteItem` boolean
    - `canStickItem` boolean
    - `canUnstickItem` boolean
    - `bumpSettings` object
      - `canBumpItem` boolean
      - `canBumpItemGlobally` boolean
      - `shortErrorPhrase` string
      - `errorPhrase` string
    - `canBumpItem` boolean
    - `canBuyItem` boolean
    - `rub_price` integer
    - `price_currency` string
    - `canValidateAccount` boolean
    - `canResellItemAfterPurchase` boolean
    - `canViewAccountLink` boolean
    - `itemOriginPhrase` string
    - `tags` string[]
    - `note_text` string
    - `description_html` string
    - `description_html_en` string
    - `seller` object
      - `user_id` integer
      - `sold_items_count` integer
      - `active_item_count` integer
      - `restore_data` string
      - `username` string
      - `avatar_date` integer
      - `is_banned` integer
      - `display_style_group_id` integer
      - `restore_percents` integer
  - `totalItems` integer, required
  - `totalItemsPrice` unknown, required
  - `hasNextPage` boolean, required
  - `perPage` integer, required
  - `page` integer, required
  - `searchUrl` string, required
  - `stickyItems` ItemFromListModel[], required
    - `item_id` integer
    - `item_state` string
    - `category_id` integer
    - `published_date` integer
    - `title` string
    - `description` string
    - `price` integer
    - `update_stat_date` integer
    - `refreshed_date` integer
    - `view_count` integer
    - `is_sticky` integer
    - `item_origin` string
    - `extended_guarantee` integer
    - `nsb` integer
    - `allow_ask_discount` integer
    - `title_en` string
    - `description_en` string
    - `item_domain` string
    - `resale_item_origin` string
    - `isIgnored` integer
    - `guarantee` boolean
    - `canViewLoginData` boolean
    - `canUpdateItemStats` boolean
    - `canViewEmailLoginData` boolean
    - `showGetEmailCodeButton` boolean
    - `canOpenItem` boolean
    - `canCloseItem` boolean
    - `canEditItem` boolean
    - `canDeleteItem` boolean
    - `canStickItem` boolean
    - `canUnstickItem` boolean
    - `bumpSettings` object
      - `canBumpItem` boolean
      - `canBumpItemGlobally` boolean
      - `shortErrorPhrase` string
      - `errorPhrase` string
    - `canBumpItem` boolean
    - `canBuyItem` boolean
    - `rub_price` integer
    - `price_currency` string
    - `canValidateAccount` boolean
    - `canResellItemAfterPurchase` boolean
    - `canViewAccountLink` boolean
    - `itemOriginPhrase` string
    - `tags` string[]
    - `note_text` string
    - `description_html` string
    - `description_html_en` string
    - `seller` object
      - `user_id` integer
      - `sold_items_count` integer
      - `active_item_count` integer
      - `restore_data` string
      - `username` string
      - `avatar_date` integer
      - `is_banned` integer
      - `display_style_group_id` integer
      - `restore_percents` integer
  - `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

- `401` — Unauthorized
- `403` — 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/versions/e939f4b36a9f/schema)
