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
apiKey
Request
This endpoint expects an object.
tokens
List of token objects to batch request NFT metadata for. Maximum 100.
tokenUriTimeoutInMs
refreshCache
Response
Returns an array of NFT metadata corresponding to the batch query.
contract
The contract object that has details of a contract
tokenId
tokenType
name
String - Name of the NFT asset.
description
String - Brief human-readable description
image
Details of the image corresponding to this contract
raw
Raw details of the NFT like its tokenUri and metadata info obtained directly from the smart contract
collection
The collection object that has details of a collection
tokenUri
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.
timeLastUpdated
String - ISO timestamp of the last cache refresh for the information returned in the metadata field.
acquiredAt
Only present if the request specified orderBy=transferTime
.