> ## Documentation Index
> Fetch the complete documentation index at: https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Token Attributes

## **reservoir.token\_attributes**

This table contains records with information about each NFT token attribute.

Query examples can be found here:

[https://dune.com/queries/1302940/2232326](https://dune.com/queries/1302940/2232326)

| **Column name** | **Type**  | **Description**                           |   |
| --------------- | --------- | ----------------------------------------- | - |
| id              | bigint    | Internal token attribute id               |   |
| contract        | string    | Contract address                          |   |
| token\_id       | string    | Id of the token in the collection         |   |
| attribute\_id   | bigint    | Internal attribute id                     |   |
| collection\_id  | string    | Internal collection id                    |   |
| key             | string    | Attribute name                            |   |
| value           | string    | Attribute value                           |   |
| created\_at     | timestamp | Timestamp the token attribute was created |   |
| updated\_at     | timestamp | Timestamp the token attribute was updated |   |
