Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/contracts.v1.Contracts/ListInventoryItems" \ -H "Content-Type: application/json" \ -d '{ "workspaceId": "AAECAwQFBgcICQoLDA0ODw==", "limit": 100, "cursor": "", "status": "INVENTORY_ITEM_STATUS_IN_INVENTORY" }'{
"inventoryItemIds": [
"aW52ZW50b3J5LWl0ZW0tMDAx",
"aW52ZW50b3J5LWl0ZW0tMDAy"
],
"nextCursor": ""
}List the Steam asset ID chain for an inventory item.
Returns the ordered chain of Steam asset IDs for a single inventory item, tracing each trade step from original listing through purchase, inventory, sale listing, and sale trade. The chain is append-only and supports P&L attribution across Steam's asset_id rotation on every trade.
Fetch a single purchase by ID.
Returns the purchase identified by purchase_id within the given workspace. Purchases track an item acquisition from attribution through marketplace completion and Steam trade.