Goldmine
Steam

Get Inventory

POST
/steam.v1.Steam/GetInventory

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/GetInventory" \  -H "Content-Type: application/json" \  -d '{}'
{
  "fetchedAt": "2019-08-24T14:15:22Z",
  "items": [
    {
      "accountName": "string",
      "amount": "string",
      "appId": 0,
      "assetId": "string",
      "classId": "string",
      "contextId": "string",
      "instanceId": "string",
      "marketHashName": "string",
      "tradable": true,
      "tradableAfter": "2019-08-24T14:15:22Z",
      "workspaceId": "string"
    }
  ]
}
Empty