getCoinTokenMetadata
Retrieve ERC6909 token metadata including name, symbol, and URI by providing the chain ID and token ID. Ideal for accessing cryptocurrency asset details efficiently.
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) |