typescript-sdk

Home > @3rdweb/sdk > IMarketplace > getWinningBid

IMarketplace.getWinningBid() method

If there’s a winning big on the listing, this method will return it.

Signature:

getWinningBid(listingId: BigNumberish): Promise<Offer | undefined>;

Parameters

Parameter Type Description
listingId BigNumberish Id of the listing to get the bid for.

Returns:

Promise<Offer | undefined>