Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
solana.raw.feesprovides inforrmation on base and priority fees of solana transactions. More info about transactions fees can be found here.
Note that it only contains transactions with non-zero priority fees. For all other transactions, priority_fee=0, base_fee=tx_fee
Table Columns
| Column Name | Description | Type | Example | Column Name |
|---|---|---|---|---|
| set_compute_unit_limit | Compute Unit Limit as set by set_compute_unit_limit instruction, if present in the transaction, else null | number | 144000 | |
| set_compute_unit_price | Compute Unit Price as set by set_compute_unit_price in the transaction | number | 225002 | |
| effective_compute_unit_limit | Effective compute unit limit for the transaction. If set_compute_unit_limitis called, it uses that value. Else it defaults to 200,000 units per instruction | number | 140000 | |
| priority_fee | Priority fee paid, in lamports. Calculated with effective_compute_unit_limit * set_compute_unit_price | number | 31501 | |
| base_fee | Base fee of the tx. Calculated with total_fee - priority_fee | number | 5000 | |
| total_fee | Total transaction fee, equivalent to fee column from solana.raw.transactions | number | 36501 | |
| success | Indicates if the tx was successful, equivalent to success column from solana.raw.transactions | boolean | false | |
| is_voting | Indicates if the transaction is a voting transactions, equivalent to is_voting column from solana.raw.transactions | boolean | false | |
| block_slot | The slot of the block | number | 159292973 | |
block_ height | The height of the block | number | 123292963 | |
| block_timestamp | The timestamp of the block | timestamp_ntz | 2022-09-17 00:27:38.000 | |
| block_hash | The hash of the block | varchar | 5X6zcnNw6HSAn4X8GaMnzBp8JnWPcNHoAThFwFN1oeph | |
| txn_id | Unique base58 identifier of the tx. | varchar | 5Bc8KuxsmRCiLkBJhL7wYuTsawUiux2enj4xYr7FsPG7eUxVoCPKwqj9LcCAvTztA2drUJghUBTqo8C62qpRMM4H | |
| txn_index | The index of the tx within the block. Used for strict ordering of transactions. | number | 5 |