Home > @3rdweb/sdk > IMarketplace > getWinningBid
If there’s a winning big on the listing, this method will return it.
Signature:
getWinningBid(listingId: BigNumberish): Promise<Offer | undefined>;
| Parameter | Type | Description |
|---|---|---|
| listingId | BigNumberish | Id of the listing to get the bid for. |
Returns:
Promise<Offer | undefined>