whitemarket Документація для партнерів

Filters and sorts for market deals history

This is auto-generated documentation. It is not intended to be used as a reference.

Please use for request and response only necessary fields. It decreases response time for you.

input MarkerDealHistorySearchInput {
	# Product name to search
	name: String 	# knife
	# Product name to search strictly or not
	nameStrict: Boolean 
	# Product name hash to search strictly
	nameHash: String 	# AK-47 | Vulcan
	# Asset ids
	assetIds: [String!] 	# 123
	createdAt: DateTimeRangeInput 
	csgoRarity: [String!] 
	# CS2 Rarity
	csgoRarityEnum: [CSGORarity!] 
	csgoExterior: [String!] 
	# CS2 Exterior
	csgoExteriorEnum: [CSGOExterior!] 
	# CS2 StatTrak
	csgoStatTrak: Boolean 
	# CS2 Souvenir
	csgoSouvenir: Boolean 
	# Steam collection
	csgoPattern: Int 	# 878
	# If appId = CSGO. CSGO Item Category
	csgoPhase: CSGOPhase 	# BLACK_PEARL
	# CS2 Float from
	csgoFloatFrom: String 	# 0.1234
	# CS2 Float to
	csgoFloatTo: String 	# 0.2345
	# CS2 Contain or not charm
	csgoCharm: Boolean 
	# Steam collection
	csgoCollection: String 	# set_gamma_2
	# CS2 Stickers
	csgoStickers: Boolean 
	# CS2 Sticker Names. Use market_csgo_stickers_suggestion for search
	csgoStickerNames: [String!] 	# paris2023_signature_floppy_4
	# CS2 Sticker Names By Slot
	csgoStickerNamesBySlot: [String] 	# cph2024_team_navi
	# CS2 Player of Sticker
	csgoStickerPlayer: Int 	# 16839456
	# CS2 Team of Sticker
	csgoStickerTeam: Int 	# 28
	# CS2 Tournament of Sticker
	csgoStickerTournament: Int 	# 22
	# CS2 Film of Sticker
	csgoStickerFilm: CSGOStickerFilm 
	# CS2 Sticker Names Operation
	csgoStickerNamesOperand: LogicOperand 
	# Skin color from CSCatalog
	color: [CatalogColor!] 
	# Market deal history action type
	action: MarketDealActionType 
	# Market deal history status
	status: MarketDealHistoryStatus 
	# Price from
	price: MoneyRangeInput 
	# Sort
	sort: MarketDealHistorySortInput 
}