Get active trades
{userid} variant)
SteamID of user (admin only)
- Status is not
3(completed) and items have been sent, OR - Status is
0(pending) and items haven’t been sent yet
Trade type
| Field | Type | Description |
|---|---|---|
id | integer | Trade ID |
items_received | string | Comma-separated received asset IDs |
items_send | string | Comma-separated sent asset IDs |
status | integer | Trade status (see below) |
user | string | User SteamID |
bot | string | Bot SteamID |
code | string | Trade offer confirmation code |
lasterror | string | Last error message (if any) |
offerid | string | Steam trade offer ID |
timestamp | integer | Unix timestamp of trade creation |
Trade statuses
| Status | Description |
|---|---|
0 | Pending — waiting for user action |
3 | Completed — items transferred |
-1 | Failed — trade could not be completed |
-11 | Hidden — removed from user view |
-12 | Reverted — items returned by admin |
Get all trades
{userid} variant)
SteamID of user (admin only)
-11). Includes both active and completed trades.
Resend trade
{userid} variant)
SteamID of user (moderator only)