---
title: "Checks if the calling user can trade with others."
method: GET
path: "/v2/users/me/can-trade"
tags: ["Trades"]
---

# Checks if the calling user can trade with others.

`GET /v2/users/me/can-trade`

## Response `200`

OK

- RobloxTradesApiModelsV2CanTradeResponse — The response for the CanTrade endpoint.
  - `userId` integer — The ID of the user.
  - `canTrade` boolean — Whether the user can trade or not.
  - `tradeEligibility` 'Unknown' | 'Eligible' | 'IneligibleTradeSystemDisabled' | 'IneligibleCannotTradeWithRoblox' | 'IneligibleUserNotFound' | 'IneligibleMissingPremiumMembership' | 'IneligibleLegalOrRegulatoryRestrictions' — The trade eligibility status of the user. ['Unknown' = 0, 'Eligible' = 1, 'IneligibleTradeSystemDisabled' = 2, 'IneligibleCannotTradeWithRoblox' = 3, 'IneligibleUserNotFound' = 4, 'IneligibleMissingPremiumMembership' = 5, 'IneligibleLegalOrRegulatoryRestrictions' = 6]

## Other responses

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

---

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