{
"requestId": "...",
"success": true,
"data": {
"trades": [
{
"id": "trade-uuid",
"type": "DEPOSIT",
"status": "COMPLETED",
"game": "730",
"externalId": "dep_123",
"merchantId": "merchant-uuid",
"clientUserId": "client-uuid",
"clientSteamID": "76561198012345678",
"clientTradeUrl": "https://steamcommunity.com/tradeoffer/new/?partner=...",
"items": [
{
"id": "item-uuid",
"name": "AK-47 | Redline",
"marketHashName": "AK-47 | Redline (Field-Tested)",
"offer": {
"price": 10.75,
"reference": "ref_abc123"
}
}
],
"totalPrice": 10.75,
"preCredit": 8.60,
"pendingCredit": 2.15,
"isInstant": true,
"holdEndDate": "2026-03-11T10:00:00.000Z",
"createdAt": "2026-03-04T10:00:00.000Z",
"updatedAt": "2026-03-11T10:00:00.000Z"
}
],
"count": 156
}
}