erc1155_uri
Retrieve the URI of an ERC1155 token by specifying its contract address and token ID using the MCP Ethers Wallet server. Optionally, set a provider or chain ID for customized blockchain network queries.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Optional. The chain ID to use. | |
provider | No | Optional. Either a network name or custom RPC URL. Use getAllNetworks to see available networks and their details, or getNetwork to get info about a specific network. You can use any network name returned by these tools as a provider value. | |
tokenAddress | Yes | The address of the ERC1155 contract | |
tokenId | Yes | The ID of the token to query |