> ## Documentation Index
> Fetch the complete documentation index at: https://frenglish.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Marketplace SDK

> Marketplace SDK is a comprehensive toolkit that seamlessly integrates our Marketplaces into applications.

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

<CardGroup>
  <Card title="Getting Started" icon="play" href="/sdk/marketplace-sdk/getting-started">
    Learn about the prerequisites and setup required to work with the Marketplace SDK.
  </Card>
</CardGroup>

# 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.

<CardGroup>
  <Card title="Marketplace Data hooks" icon="code" href="/sdk/marketplace-sdk/hooks/marketplace-data-hooks">
    Collection of GET hooks for retrieving key Marketplace data. Useful for fetching and managing Marketplace information in your UI
  </Card>

  <Card title="Marketplace Actions" icon="code" href="/sdk/marketplace-sdk/hooks/marketplace-actions">
    Manage listings, offers, and purchases by integrating Marketplace Actions.
  </Card>
</CardGroup>
