getNFTMetadata
Retrieve detailed NFT metadata, including token ID, contract address, and optional data like media items and sale prices. Automatically indexes new NFT collections when requested.
Instructions
Get NFT data, including metadata (where available), for the given NFT token ID and contract address.
- Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The address of the NFT contract | |
format | No | The format of the token ID | |
include_prices | No | Should NFT last sale prices be included in the result? | |
media_items | No | Should preview media data be returned? | |
normalizeMetadata | No | Should normalized metadata be returned? | |
token_id | No | The ID of the token |