Steam
List Trade Offers
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/steam.v1.Steam/ListTradeOffers" \ -H "Content-Type: application/json" \ -d '{}'{
"nextCursor": "string",
"tradeOffers": [
{
"accountName": "string",
"createdAt": "2019-08-24T14:15:22Z",
"escrowEndDate": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z",
"itemsToGive": [
{
"amount": "string",
"appId": 0,
"assetId": "string",
"classId": "string",
"contextId": "string",
"instanceId": "string",
"marketHashName": "string"
}
],
"itemsToReceive": [
{
"amount": "string",
"appId": 0,
"assetId": "string",
"classId": "string",
"contextId": "string",
"instanceId": "string",
"marketHashName": "string"
}
],
"message": "string",
"offerId": "string",
"partnerSteamId": "string",
"settlementDate": "2019-08-24T14:15:22Z",
"state": "string",
"tradeCompletion": {
"assetsGiven": [
{
"amount": "string",
"appId": 0,
"classId": "string",
"contextId": "string",
"instanceId": "string",
"newAssetId": "string",
"oldAssetId": "string"
}
],
"assetsReceived": [
{
"amount": "string",
"appId": 0,
"classId": "string",
"contextId": "string",
"instanceId": "string",
"newAssetId": "string",
"oldAssetId": "string"
}
],
"completedAt": "2019-08-24T14:15:22Z",
"tradeId": "string"
},
"updatedAt": "2019-08-24T14:15:22Z",
"workspaceId": "string"
}
]
}Empty