NFT Metadata By Token ID [Batch]
getNFTMetadataBatch - Retrieves metadata for up to 100 specified NFT contracts in a single request. This endpoint is supported on Ethereum and many L2s, including Polygon, Arbitrum, Optimism, Base, World Chain and more. See the full list of supported networks here.
Path parameters
Request
List of token objects to batch request NFT metadata for. Maximum 100.
Response
Returns an array of NFT metadata corresponding to the batch query.
The contract object that has details of a contract
String - Name of the NFT asset.
String - Brief human-readable description
Details of the image corresponding to this contract
Raw details of the NFT like its tokenUri and metadata info obtained directly from the smart contract
The collection object that has details of a collection
String - Uri representing the location of the NFT’s original metadata blob. This is a backup for you to parse when the metadata field is not automatically populated.
String - ISO timestamp of the last cache refresh for the information returned in the metadata field.
Only present if the request specified orderBy=transferTime
.