evm_get_nft_info
Retrieve ERC-721 NFT details, including collection metadata, owner, and tokenURI, by supplying contract address and token ID.
Instructions
Get ERC-721 NFT details including collection metadata, owner, and tokenURI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | Chain ID (defaults to runtime config) | |
| tokenId | Yes | Token ID as string | |
| tokenAddress | Yes | ERC-721 contract address |