---
title: "Gets detailed information about a trade."
method: GET
path: "/v1/trades/{tradeId}"
tags: ["Trades"]
---

# Gets detailed information about a trade.

`GET /v1/trades/{tradeId}`

## Path parameters

- `tradeId` integer, required

## Response `200`

OK

- RobloxTradesApiTradeDetailResponse
  - `offers` RobloxTradesApiTradeOfferResponse[]
    - `user` RobloxWebResponsesUsersSkinnyUserResponse
      - `id` integer
      - `name` string
      - `displayName` string
    - `userAssets` RobloxTradesApiUserAssetResponse[]
      - `id` integer — The user asset id
      - `serialNumber` integer — The serial number of the user asset
      - `assetId` integer — The asset id of the user asset
      - `name` string — The asset name of the asset
      - `recentAveragePrice` integer — The recent average price of the asset
      - `originalPrice` integer — The original price of the asset
      - `assetStock` integer — The asset stock.
      - `membershipType` 0 | 1 | 2 | 3 | 4 — The minimum MembershipType required to own the userAsset. ['None' = 0, 'BC' = 1, 'TBC' = 2, 'OBC' = 3, 'RobloxPremium' = 4]
    - `robux` integer
  - `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` — 2: The trade cannot be found or you are not authorized to view it.
- `401` — 0: Authorization has been denied for this request. 4: You are not authorized to modify this trade.
- `404` — 2: The trade cannot be found or you are not authorized to view it.
- `500` — 0: An unknown error occured.

---

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