---
title: "Checks if the user can trade with a specific user."
method: GET
path: "/v2/users/{userId}/can-trade-with"
tags: ["Trades"]
---

# Checks if the user can trade with a specific user.

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

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxTradesApiModelsV2CanTradeWithResponse — The response for the CanTradeWith endpoint.
  - `userId` integer — The ID of the user.
  - `targetUserId` integer — The ID of the target user.
  - `canTrade` boolean — Whether the user can trade with the target user or not.
  - `mutualTradeEligibility` 'Unknown' | 'Eligible' | 'CallingUserIneligible' | 'TargetUserIneligible' | 'CannotTradeWithSelf' | 'CallingUserPrivacySettingsRestricted' | 'CallingUserAgeCheckRequired' — The mutual trade eligibility status between the two users. ['Unknown' = 0, 'Eligible' = 1, 'CallingUserIneligible' = 2, 'TargetUserIneligible' = 3, 'CannotTradeWithSelf' = 4, 'CallingUserPrivacySettingsRestricted' = 5, 'CallingUserAgeCheckRequired' = 6]
  - `currencyTransferEligibility` RobloxTradesApiModelsV2CurrencyTransferEligibilityResponse
    - `canSend` boolean
    - `canRequest` boolean

## Other responses

- `401` — 0: Authorization has been denied for this request. 4: You are not authorized to modify this trade.

## Changes

- **2026-09-15** `3fe4a685dcbc` — 2 warning
  - added the new `CallingUserAgeCheckRequired` enum value to the `mutualTradeEligibility` response property for the response status `200` (media type: application/json)
  - added the new `CallingUserAgeCheckRequired` enum value to the `mutualTradeEligibility` response property for the response status `200` (media type: text/json)
- **2026-08-25** `a04d95d4c604` — 2 info
  - added the optional property `currencyTransferEligibility` to the response with the `200` status (media type: application/json)
  - added the optional property `currencyTransferEligibility` to the response with the `200` status (media type: text/json)

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v2/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)
