getCoinTokenMetadata
Retrieve the name, symbol, and URI of an ERC6909 token by providing its chain ID and token ID from the Coins contract on the Ethereum blockchain.
Instructions
Returns the name, symbol, and URI of a given ERC6909 token ID from the Coins contract.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | Yes | ||
tokenId | Yes | Token ID as a stringified bigint (usually an address) |