Reservoir
Token Attributes
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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 |
Was this page helpful?