Hook to fetch metadata for a specific collectible This hook retrieves metadata for an individual NFT from a collection, including properties like name, description, image, attributes, etc.
Name | Type | Description |
---|---|---|
params | Configuration parameters | |
params | .chainId - The chain ID (must be number, e.g., 1 for Ethereum, 137 for Polygon) | |
params | .collectionAddress - The collection contract address | |
params | .collectibleId - The token ID of the collectible | |
params | .query - Optional React Query configuration |