---
title: "Returns whether you can trade with another user."
method: GET
path: "/v1/users/{userId}/can-trade-with"
tags: ["Trades"]
---

# Returns whether you can trade with another user.

`GET /v1/users/{userId}/can-trade-with`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxTradesApiCanTradeResponse
  - `canTrade` boolean — Returns true if you can trade with the given user.
  - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — If you can't trade with a user, status explains why you can't trade with them. ['Unknown' = 0, 'CanTrade' = 1, 'CannotTradeWithSelf' = 2, 'SenderCannotTrade' = 3, 'ReceiverCannotTrade' = 4, 'SenderPrivacyTooStrict' = 5, 'UsersCannotTrade' = 6, 'TradeAccepterNeedsFriction' = 7, 'SenderAgeCheckRequired' = 8]

## Other responses

- `400` — 10: Invalid trade partner. See field for whether the invalid partner is the sender or receiver.
- `401` — 0: Authorization has been denied for this request.

## Changes

- **2026-09-15** `3fe4a685dcbc` — 2 warning
  - added the new `8.00` enum value to the `status` response property for the response status `200` (media type: application/json)
  - added the new `8.00` enum value to the `status` response property for the response status `200` (media type: text/json)

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/users/:userId/can-trade-with/get.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/roblox/apis/roblox-api/revisions/3fe4a685dcbc?raw)
