Contracts
Get Inventory Items
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/GetInventoryItems" \ -H "Content-Type: application/json" \ -d '{}'{
"inventoryItems": [
{
"buyPriceCents": "string",
"contractId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"currentAssetId": "29384710999",
"deletedAt": "2019-08-24T14:15:22Z",
"floatValue": 0.1,
"id": "string",
"marketHashName": "string",
"purchaseId": "string",
"sellPriceCents": "string",
"status": "INVENTORY_ITEM_STATUS_UNSPECIFIED",
"tradable": true,
"tradableAfter": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"version": "string",
"workspaceId": "string"
}
],
"notFoundIds": [
"string"
]
}Empty