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

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

## Recommended hooks

<CardGroup cols={2}>
  <Card title="useListCollectibles" icon="code" href="/sdk/web/marketplace-sdk/hooks/marketplace-data/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
  </Card>

  <Card title="useListCollectiblesPaginated" icon="code" href="/sdk/web/marketplace-sdk/hooks/marketplace-data/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
  </Card>
</CardGroup>
