Skip to main content
Why use the Marketplace SDK? It provides a seamless way to integrate Sequence’s marketplace with minimal effort. Leverage its powerful hooks to retrieve marketplace data and execute essential actions such as listings, purchases, offers, and offer acceptance.

Getting Started

Getting Started

Learn about the prerequisites and setup required to work with the Marketplace SDK.

Marketplace SDK Hooks

Marketplace SDK provides a collection of optimized hooks to seamlessly and efficiently integrate marketplace functionality into your applications. These hooks enable smooth and secure user experience management.

Action hooks

The action hooks are essential for interacting with the Marketplace in your application. Useful for making listings, making offers, and performing buy and sell actions.

useBuyModal

The useBuyModal hook allows users to purchase an NFT that is listed for sale on the Marketplace. It handles the buying process and transaction execution.

useCreateListingModal

The useCreateListingModal hook is used to list an item for sale on the Marketplace. It provides the necessary functionality to create and manage a new listing.

useMakeOfferModal

The useMakeOfferModal hook enables users to place an offer on an NFT. It facilitates creating and submitting offers within the Marketplace.

useSellModal

The useSellModal hook is used to sell an NFT by accepting an existing offer. It provides the necessary functionality to complete the selling process.

useCancelOrder

The useCancelOrder hook allows users to cancel a listing of an NFT that is currently for sale on the Marketplace. It handles the cancellation process and transaction execution.

Data Hooks

The data hooks are essential for retrieving key Marketplace information in your application. Useful for fetching listings, offers, and other relevant data to power your UI.

Marketplace Data hooks

Collection of GET hooks for retrieving key Marketplace data. Useful for fetching and managing Marketplace information in your UI