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.
import { useCollectionDetails } from "@0xsequence/marketplace-sdk/react";
## Into your React component:
const { data: collectionDetailsData } = useCollectionDetails({
chainId: 421614,
collectionAddress: "0x36631c1e690714192614364ae9629850b546d194"
});
console.log(collectionDetailsData);
useCollectionDetails details
interface UseCollectionDetailsArgs {
collectionAddress: string;
chainId: number;
}
Contains the collection data.
Indicates whether the data is currently loading.