useMarketplaceConfig
The useMarketplaceConfig hook retrieves your Marketplace’s configuration, including collections, social links, title, and other settings from Builder.
Unique identifier of the marketplace publisher.
The title of the marketplace.
A brief description of the marketplace.
Social media links associated with the marketplace.
URL of the marketplace’s favicon.
URL of the Marketplace banner for landing page
Array of collections from the marketplace.
Configuration options for wallet integrations.
Layout configuration for the marketplace’s landing page.
URL of the marketplace’s logo.
URL of the marketplace’s banner.
URL of the custom font used in the marketplace.
Custom CSS styles for the marketplace.
URL of the marketplace manifest file.
useListCollectibles
The useListCollectibles hook retrieves the current listings and offers in a collection from your Marketplace. Useful for accessing and managing listings and offers efficiently.
Contains the paginated collectible orders data.
List of collectible orders returned in pages.
Indicates whether the data is currently loading.
fetchNextPage
(options?: FetchNextPageOptions) => Promise<UseInfiniteQueryResult>
This function allows you to fetch the next “page” of results.
useListCollectiblesPaginated
The useListCollectiblesPaginated hook efficiently retrieves and manages current listings and offers from your Marketplace, making it ideal for displaying paginated NFTs within a collection.
useListCollectiblesPaginated details
Contains the collectible orders data.
List of collectible orders.
Indicates whether the data is currently loading.
useCountOfCollectables
The useCountOfCollectables hook returns the number of NFTs in a collection.
useCountOfCollectables details
Indicates whether the data is currently loading.