Table Details
| Property | Value |
|---|---|
| Table Name | sui.raw.nfts |
| Table Status | Beta 🌱 |
| Unique Key | object_id |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| object_id | VARCHAR(16777216) | The unique identifier of the NFT object |
| name | VARCHAR(16777216) | The name of the NFT |
| description | VARCHAR(16777216) | Detailed description of the NFT |
| image_url | VARCHAR(16777216) | URL to the NFT’s image |
| attributes | VARIANT | JSON variant containing NFT attributes |
| collection_id | VARCHAR(16777216) | The unique identifier of the collection |
| owner_at_timestamp | VARCHAR(16777216) | The owner address at the specified timestamp |
| version | VARCHAR(16777216) | Version information of the NFT |
| digest | VARCHAR(16777216) | The digest/hash of the NFT transaction |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when the record was created |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when the record was last updated |