getNFTMetadataBatch
Gets the metadata associated with up to 100 given NFT contracts.
Path parameters
apiKey
Request
This endpoint expects an object.
tokens
List of token objects to batch request NFT metadata for. Maximum 100.
tokenUriTimeoutInMs
refreshCache
Response
contract
Object - Contract for returned NFT
id
balance
String - Token balance
title
String - Name of the NFT asset.
description
String - Brief human-readable description
tokenUri
media
metadata
Relevant metadata for NFT contract. This is useful for viewing image url, traits, etc. without having to follow the metadata url in tokenUri to parse manually.
timeLastUpdated
String - ISO timestamp of the last cache refresh for the information returned in the metadata field.
error
String - A string describing a particular reason that we were unable to fetch complete metadata for the NFT.
contractMetadata
spamInfo
Information about whether and why a contract was marked as spam.
acquiredAt
Only present if the request specified orderBy=transferTime
.