evm_getnftmetadata
Fetch comprehensive NFT metadata, including on-chain and off-chain details, floor prices, rarity, and more, using specified chain, contract address, and token ID.
Instructions
Fetch metadata for a specific NFT. Includes on-chain metadata as well as off-chain metadata, floor prices, rarity and more where available.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address of the NFT contract | |
chain | No | The chain to query | eth |
format | No | The format of the token ID | decimal |
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 | Yes | The ID of the token |