> ## 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.

# NFTs

Metadata for NFTs on Sui.

### Table Columns

| Column Name          | Description                                  |
| -------------------- | -------------------------------------------- |
| object\_id           | The unique identifier of the NFT object      |
| name                 | The name of the NFT                          |
| description          | Detailed description of the NFT              |
| image\_url           | URL to the NFT's image                       |
| attributes           | JSON variant containing NFT attributes       |
| collection\_id       | The unique identifier of the collection      |
| owner\_at\_timestamp | The owner address at the specified timestamp |
| version              | Version information of the NFT               |
| digest               | The digest/hash of the NFT transaction       |
| \_created\_at        | Timestamp when the record was created        |
| \_updated\_at        | Timestamp when the record was last updated   |
