Fetch the current ERC1155 balance of all addresses.
The ERC1155 Balances Latest table contains the current ERC1155 balances of all addresses.This table is derived from the ERC1155 Balances table, by selecting the most recent balance update for each unique address-asset combination.
select * from ethereum.assets.erc1155_balances_latestwhere address = '0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459' -- Pranksy
Note that ERC1155 permits the creation of both semi-fungible tokens. In other words, there can be more than one quantity for a particular ERC1155 token ID.