Midnight
Ledger Events
Midnight ledger events data
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.
Midnight ledger events data
| Column Name | Data Type | Description |
|---|---|---|
| id | bigint | Internal ledger event identifier. |
| transaction_id | bigint | Foreign key to midnight.transactions.id. |
| variant | varchar | Event variant / type. |
| grouping | varchar | Logical grouping for the event. |
| attributes_json | varchar | Event attributes encoded as JSON. |
| event_ordinal | bigint | Ordinal position of the event within the transaction. |
| _updated_at | timestamp | Timestamp when this record was last updated. |
| _ingested_at | timestamp | Timestamp when this record was ingested into Dune. |
Was this page helpful?