Get Multiple NFT Metadata 🔎 - /nft/metadata/multiple/
🧭 Path Parameters
Name
Type
Required
Description
uris
List[str]
True
A list of NFT URIs to retrieve metadata for
📈 Return Type
📝 Description
This endpoint allows you to retrieve metadata for multiple NFTs in a single request, using a list of NFT URIs as input. The returned data will include metadata such as the NFT's name, description, and image. The data is returned as a list of dictionaries, with each dictionary representing the metadata for a single NFT.
🔨 Usage Example
PreviousGet Guild Royalty Dashboard 💸 - /nft/guild_royalty_data/{guild_id}/dashboardNextGet NFT Owner Information 🔎 - /nft/{mint}/owner
Last updated