getNFTInfo
Retrieve detailed information about ERC721 NFTs by specifying the contract address, with options to customize the provider and chain ID. Part of the MCP Ethers Wallet for Ethereum blockchain interactions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Optional. The chain ID to use. | |
contractAddress | Yes | The address of the ERC721 contract | |
provider | No | Optional. The provider to use. If not provided, the default provider is used. |