> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# ERC1155 Balances Latest

> The current ERC1155 balance of all addresses.

<Info>
  Note that we don't have USD prices for NFT balances yet
</Info>

The ERC1155 balances latest table contains the current ERC1155 balances of all addresses.

### Sample Query

Getting the latest ERC1155 Balances address.

```sql theme={null}
select * from ethereum.assets.erc1155_balances_latest
where address = '0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459' -- Pranksy
```

Note that ERC1155 permits the creation of both semi-fungible tokens and non-fungible tokens. In other words, there can be more than one quantity for a particular ERC1155 token ID.

Currently, the USD exchange rates of ERC1155 tokens are not available.

### Table Columns

<table><thead><tr><th>Column Name</th><th width="230.66666666666666">Description</th><th>Example</th></tr></thead><tbody><tr><td>address</td><td>Address of the account.</td><td>0x8080a4d7ef2401b90bd5cf0041e533ce51035ebb</td></tr><tr><td>token\_address</td><td>Addres of the token.</td><td>0xd955e7bd8ca9f2aad391760f849cfa4ee2d80d57</td></tr><tr><td>token\_name</td><td>Name of the token.</td><td>HELIX - Collectables</td></tr><tr><td>token\_symbol</td><td>Symbol of the token.</td><td /></tr><tr><td>token\_id</td><td>Token ID.</td><td>19</td></tr><tr><td>raw\_balance</td><td>Balance of ERC1155 token unnormalized.</td><td>1</td></tr><tr><td>raw\_balance\_str</td><td>Balance of ERC1155 token unnormalized in string.</td><td>1</td></tr><tr><td>balance\_str</td><td>Balance of ERC1155 token in string.</td><td>1</td></tr><tr><td>balance</td><td>Balance of ERC1155 token.</td><td>1</td></tr><tr><td>usd\_balance\_current</td><td>USD balance of ERC1155 token at the current timestamp.</td><td>NULL</td></tr><tr><td>usd\_balance\_at\_block\_timestamp</td><td>USD balance of ERC1155 token at the timestamp of the last activity that resulted in balance change.</td><td>NULL</td></tr><tr><td>usd\_exchange\_rate\_current</td><td>USD exchange rate of ERC1155 token at the current timestamp.</td><td>NULL</td></tr><tr><td>usd\_exchange\_rate\_at\_block\_timestamp</td><td>USD exchange rate of ERC1155 token at the timestamp of the last activity that resulted in balance update.</td><td>NULL</td></tr><tr><td>last\_activity\_block\_timestamp</td><td>The timestamp of the block that that resulted in the balance.</td><td>2023-03-14 10:12:59</td></tr><tr><td>last\_activity\_block\_number</td><td>The number of the block that resulted in the balance.</td><td>16,825,516</td></tr><tr><td>last\_activity\_block\_hash</td><td>The hash of the block that that resulted in the balance.</td><td>0xe9e8062af71dc440cad49079844d88e6b3a8cdec95cd036f2b27d10a239b6c77</td></tr><tr><td>\_updated\_at\_\_usd\_exchange\_rate\_current</td><td>Timestamp of the current USD exchange.</td><td>NULL</td></tr><tr><td>unique\_id</td><td>Unique ID of the balance.</td><td>block-16825516\_address-0x8080a4d7ef2401b90bd5cf0041e533ce51035ebb\_token\_address-0xd955e7bd8ca9f2aad391760f849cfa4ee2d80d57\_token\_id-19\_erc1155</td></tr><tr><td>\_updated\_at</td><td>Timestamp of the balance update.</td><td>2023-03-14 16:28:37</td></tr></tbody></table>
