---
title: "Fetches a list of the authenticated user's trades."
method: GET
path: "/v1/trades/{tradeStatusType}"
tags: ["Trades"]
---

# Fetches a list of the authenticated user's trades.

`GET /v1/trades/{tradeStatusType}`

## Path parameters

- `tradeStatusType` 1 | 2 | 3 | 4, required

## Query parameters

- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxTradesApiTradeResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxTradesApiTradeResponse[]
    - `id` integer
    - `user` RobloxWebResponsesUsersSkinnyUserResponse
      - `id` integer
      - `name` string
      - `displayName` string
    - `created` string, date-time
    - `expiration` string, date-time
    - `isActive` boolean
    - `status` 'Unknown' | 'Open' | 'Pending' | 'Completed' | 'Expired' | 'Declined' | 'RejectedDueToError' | 'Countered' | 'Processing' | 'InterventionRequired' | 'TwoStepVerificationRequired' — ['Unknown' = 1, 'Open' = 2, 'Pending' = 3, 'Completed' = 4, 'Expired' = 5, 'Declined' = 6, 'RejectedDueToError' = 7, 'Countered' = 8, 'Processing' = 9, 'InterventionRequired' = 10, 'TwoStepVerificationRequired' = 11]

## Other responses

- `400` — 1: Invalid trade status type.
- `401` — 0: Authorization has been denied for this request.

---

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