Beta
an instance of a marketplace contract
Optional
filter: MarketplaceFilterfilter to pass to the query for the sake of pagination & filtering
a response object that includes an array of listings
const { data: listings, isLoading, error } = useActiveListings(contract, { seller: "{{wallet_address}}", tokenContract: "0x...", tokenId: 1, start: 0, count: 100 });
Generated using TypeDoc
Get all active listings