Home > @3rdweb/sdk > IMarketplace > getAuctionListing
Fetch an auction listing by Id.
Signature:
getAuctionListing(listingId: BigNumberish): Promise<AuctionListing>;
| Parameter | Type | Description |
|---|---|---|
| listingId | BigNumberish | Id of the listing to fetch. |
Returns:
Promise<AuctionListing>