GraphQL API
Objects
CSGOInventoryItem
type CSGOInventoryItem {
# Float value
float: String # 0.3169
# Finish catalog
paintIndex: String # 46
# Pattern Template
paintSeed: String # 730
phase: String
# Phase enum value
phaseEnum: CSGOPhase
# Exterior enum value
exteriorEnum: CSGOExterior
# Inspect link
link: String # steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S76561199554039019A34295908728D14702216662888361045
# Stickers titles
stickerTitles: [String!]! # Sticker | SK Gaming (Gold) | Atlanta 2017
# Max price for sell
maxPriceForSell: Money
# Item ID
id: String! # 1ee7cfde-8f2a-697e-8118-0242ac17000a
# The ID of the app which owns the item
appId: String! # 730
# Steam Context ID
contextId: String! # 2
# Steam Asset ID
assetId: String! # 34070244882
# The first half of the item cache identifier
classId: String! # 5568220466
# The second half of the item cache identifier
instanceId: String! # 188530139
# Seller steam ID. Please contact support for this feature
sellerSteamId: String # 76561199387616956
# Amount
amount: Int! # 1
# Is on sale
product: MarketProduct
# Is on deal
deal: MarketDeal
# Matched order info
order: MarketOrderPublic
# Updated at
updatedAt: DateTime! # 2023-11-29T23:33:27+0000
# Description of item
description: SteamItemInterface
# Recommended price for sell
recommendedPrice: Money
# Min price in catalog
minPrice: Money
# Is additional params missed, for example float value or stickers
isAdditionalDataMissed: Boolean! # true
}