This page lists all HTTP APIs for trades. Legacy APIs Legacy APIs with cookie authentication can incorporate breaking changes without notice. We don't recommend them for production applications. Trades v1 URL de basehttps://trades.roblox.comGET/v1/trades/{tradeId}Gets detailed information about a trade.GET/v1/trades/{tradeStatusType}Fetches a list of the authenticated user's trades.GET/v1/trades/{tradeStatusType}/countGets the total number of pending trades for the authenticated user. Inbound is the only accepted tradeStatusType.GET/v1/trades/metadataGets metadata about the trade system.GET/v1/users/{userId}/can-trade-withReturns whether you can trade with another user.POST/v1/trades/{tradeId}/counterCounters a trade.POST/v1/trades/{tradeId}/declineDeclines a trade.POST/v1/trades/expire-outdatedDeprecated. TradeSession are automatically set to expire while the inbound/outbound trades are fetched. Expires Outdated Inbound Trades for UserPOST/v1/trades/sendSends a trade.