C_AuctionHouse.GetBids

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

bids = C_AuctionHouse.GetBids()

Returns

bids
BidInfo[]
Field Type Description
auctionID number
itemKey ItemKey
itemLink string?
timeLeft Enum.AuctionHouseTimeLeftBand
minBid number?
bidAmount number?
buyoutAmount number?
bidder string?
ItemKey
Field Type Description
itemID number
itemLevel number? = 0
itemSuffix number? = 0
battlePetSpeciesID number? = 0
Enum.AuctionHouseTimeLeftBand
Value Field Description
0 Short 30 minutes
1 Medium 2 hours
2 Long 12 hours
3 VeryLong 2 days

Patch changes

Shadowlands Patch 9.2.5 (2022-05-31): Added.