Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Needs summary.

bid = C_AuctionHouse.GetBidInfo(bidIndex)

Arguments[]

bidIndex
number

Returns[]

bid
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.0.1 (2020-10-13): Added minBid field.
Battle for Azeroth Patch 8.3.0 (2020-01-14): Added.


Advertisement