---
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 — 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]

## 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.

---

[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)
