get_erc1155_token_metadata
Retrieve ERC1155 token metadata by supplying the contract address and token ID. Optionally specify the network (defaults to BSC) to fetch accurate token details.
Instructions
Get the metadata for an ERC1155 token (multi-token standard used for both fungible and non-fungible tokens). The metadata typically points to JSON metadata about the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| tokenId | Yes | The ID of the specific token to query metadata for (e.g., '1234') | |
| tokenAddress | Yes | The contract address of the ERC1155 token collection (e.g., '0x76BE3b62873462d2142405439777e971754E8E77') |