Batch Short Info via IDs or CustomIDs
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.
query {
deal_buyer_statuses(
ids: [""] # Max 300 ids. Array of UUID or custom ID
) {
# Deal ID
id # 1ee796f9-f855-630e-8e7e-0242ac160005
# Deal custom ID
customId # my_id_42
# Steam offer ID
steamId # 6795949861
# Steam trade ID
tradeId # 825964796568440469
# Status
status # BUYER_OFFERED
# Cancel reason
cancelReason # BUYER_NOT_TRADEABLE
# instance of Money
price {
# Decimal value
value # 42.42
# Currency
currency # USD
}
# Expired at
settlementTimeAt # 2023-11-29T23:33:27+0000
# Is trade protected by Steam and you need wait until settlementTimeAt to get funds
isTradeProtected # TODO EXAMPLE
}
}