trades.roblox.com
Trades
GET
Gets the details of a trade.
/v2/trades/{tradeId}trades.roblox.com
POST
Counters an existing trade.
/v2/trades/{tradeId}/countertrades.roblox.com
POST
Sends a new trade.
/v2/trades/sendtrades.roblox.com
GET
Checks if the user can trade with a specific user.
/v2/users/{userId}/can-trade-withtrades.roblox.com
GET
Gets tradable items for a user.
/v2/users/{userId}/tradableItemstrades.roblox.com
GET
Checks if the calling user can trade with others.
/v2/users/me/can-tradetrades.roblox.com
POST
Accepts a trade.
/v1/trades/{tradeId}/accepttrades.roblox.com
POST
Counters a trade.
/v1/trades/{tradeId}/countertrades.roblox.com
POST
Declines a trade.
/v1/trades/{tradeId}/declinetrades.roblox.com
GET
Fetches a list of the authenticated user's trades.
/v1/trades/{tradeStatusType}trades.roblox.com
GET
Gets the total number of pending trades for the authenticated user. Inbound is the only accepted tradeStatusType.
/v1/trades/{tradeStatusType}/counttrades.roblox.com
POST
Deprecated. TradeSession are automatically set to expire while the inbound/outbound trades are fetched. Expires Outdated Inbound Trades for User
/v1/trades/expire-outdatedtrades.roblox.com
GET
Gets metadata about the trade system.
/v1/trades/metadatatrades.roblox.com
POST
Sends a trade.
/v1/trades/sendtrades.roblox.com
Not Recommended
GET
Gets detailed information about a trade.
/v1/trades/{tradeId}trades.roblox.com
GET
Returns whether you can trade with another user.
/v1/users/{userId}/can-trade-withtrades.roblox.com