hyperliquid.raw.builder_transactions table contains successfully completed transactions with builder address and fee, built incrementally from hyperliquid.raw.transactions.
Table Columns
| Column Name | Description |
|---|---|
| block_timestamp | The timestamp of the block the transaction belongs to |
| builder | The builder address associated with the transaction |
| f | The builder fee |
| action_type | The type of action triggered by the transaction |
| error | Error message if the action in the transaction failed |
| hash | Transaction hash |
| user | The address of the user that executed the transaction |
| block_height | The height of the block the transaction belongs to |
| action | The full action payload as a JSON variant |