创作者中心
中心
学习
商店
人才
论坛
路线图
登录
Create
概览
体验
虚拟形象
素材
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
Create
/
Open Cloud
/
All legacy APIs
中文(简体)
反馈
Trades v1
基本网址
https://trades.roblox.com
JSON
下载
Trades
GET
/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}
/count
Gets the total number of pending trades for the authenticated user. Inbound is the only accepted tradeStatusType.
GET
/v1
/trades
/metadata
Gets metadata about the trade system.
GET
/v1
/users
/{userId}
/can-trade-with
Returns whether you can trade with another user.
POST
/v1
/trades
/{tradeId}
/counter
Counters a trade.
POST
/v1
/trades
/{tradeId}
/decline
Declines a trade.
POST
/v1
/trades
/expire-outdated
Deprecated. TradeSession are automatically set to expire while the inbound/outbound trades are fetched. Expires Outdated Inbound Trades for User
POST
/v1
/trades
/send
Sends a trade.
模型
Models
Roblox.Platform.Core.ExclusiveStartPaging.IExclusiveStartKeyInfo[System.Int64]
Roblox.Trades.Api.CanTradeResponse
Roblox.Trades.Api.NewTradeResponse
Roblox.Trades.Api.TradeCountResponse
Roblox.Trades.Api.TradeDetailResponse
Roblox.Trades.Api.TradeMetadata
Roblox.Trades.Api.TradeOfferRequest
Roblox.Trades.Api.TradeOfferResponse
Roblox.Trades.Api.TradeRequest
Roblox.Trades.Api.TradeResponse
Roblox.Trades.Api.UserAssetResponse
Roblox.Web.Responses.Users.SkinnyUserResponse
Roblox.Web.WebAPI.ApiEmptyResponseModel
Roblox.Web.WebAPI.ExclusiveStartRequest[System.Int64]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Trades.Api.TradeResponse]