Web SDK
- Overview
- Getting Started
- Migrate from v4 to v5
- Guides
- Hooks
- Secondary Sales Marketplace
- Custom Configuration
- Custom Connectors
Game Engine SDKs
- Unity
- Unreal
Other SDKs
- Typescript
- Go
- Mobile
useMarketplaceConfig
The useMarketplaceConfig hook retrieves your Marketplace’s configuration, including collections, social links, title, and other settings from Builder.
import { useMarketplaceConfig } from "@0xsequence/marketplace-sdk/react";
## Into your React component:
const data = useMarketplaceConfig();
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.
URL of the ogImage
Custom CSS styles for the marketplace.
URL of the marketplace manifest file.
Was this page helpful?