evm_get_erc1155_balance
Get the ERC-1155 token balance for an owner address and token ID on EVM chains. Specify the token contract to retrieve the exact quantity held by the wallet.
Instructions
Get ERC-1155 token balance for an owner and token ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | Chain ID (defaults to runtime config) | |
| tokenId | Yes | Token ID as string | |
| ownerAddress | Yes | Owner wallet address | |
| tokenAddress | Yes | ERC-1155 contract address |