---
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' — The mutual trade eligibility status between the two users. ['Unknown' = 0, 'Eligible' = 1, 'CallingUserIneligible' = 2, 'TargetUserIneligible' = 3, 'CannotTradeWithSelf' = 4, 'CallingUserPrivacySettingsRestricted' = 5]
  - `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-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-service-production.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/ce82f06a4ba6/schema)
