typescript-sdk

Home > @3rdweb/sdk > IMarketplace > getAllListings

IMarketplace.getAllListings() method

Fetch all the listings in the marketplace.

Signature:

getAllListings(): Promise<(AuctionListing | DirectListing)[]>;

Returns:

Promise<(AuctionListing | DirectListing)[]>