1s_erc1155_balance_live
Retrieves real-time ERC1155 token balance for a wallet address and token ID via RPC call. Outputs the raw numeric balance string.
Instructions
Get real-time ERC1155 token balance via balanceOf(address,uint256) RPC call. Returns the raw balance as a numeric string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Wallet address to check balance for | |
| contract | Yes | ERC1155 contract address | |
| token_id | Yes | Token ID (numeric string) | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |