Skip to main content

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.

Table Details

PropertyValue
Table Namestellar_testnet.raw.ledgers
Table StatusBeta 🌱
Unique Keyclose_time, sequence
Clustering Key(s)to_date("close_time")
Search Optimizationsequence

Table Columns

Column NameData TypeDescription
sequenceNUMBER(38,0)The sequence number of the ledger
close_timeTIMESTAMP_NTZ(9)The timestamp when the ledger was closed (Unix timestamp)
hashVARCHAR(16777216)The hash of the ledger header
base_feeNUMBER(38,0)The base fee for operations in this ledger (in stroops)
base_reserveNUMBER(38,0)The base reserve for accounts in this ledger (in stroops)
id_poolNUMBER(38,0)The ID pool for this ledger
inflation_seqNUMBER(38,0)The inflation sequence number for this ledger
fee_poolNUMBER(38,0)The fee pool for this ledger (in stroops)
total_coinsNUMBER(38,0)The total number of lumens in circulation
previous_ledger_hashVARCHAR(16777216)The hash of the previous ledger
extensionVARCHAR(16777216)Extension data for the ledger
node_idVARCHAR(16777216)The ID of the node that closed this ledger
signatureVARCHAR(16777216)The signature of the ledger header
skip_listVARIANTList of ledger hashes that were skipped
bucket_list_hashVARCHAR(16777216)The hash of the bucket list
max_tx_set_sizeNUMBER(38,0)The maximum size of the transaction set
tx_set_hashVARCHAR(16777216)The hash of the transaction set
tx_set_result_hashVARCHAR(16777216)The hash of the transaction set results
upgradesVARCHAR(16777216)Any protocol upgrades applied in this ledger
total_byte_size_of_bucket_listNUMBER(38,0)The total byte size of the bucket list
protocol_versionNUMBER(38,0)The protocol version used in this ledger
transaction_countNUMBER(38,0)The total number of transactions in this ledger
successful_transaction_countNUMBER(38,0)The number of successful transactions in this ledger
failed_transaction_countNUMBER(38,0)The number of failed transactions in this ledger
operation_countNUMBER(38,0)The total number of operations in this ledger
effect_countNUMBER(38,0)The total number of effects generated in this ledger
contract_event_countNUMBER(38,0)The number of contract events in this ledger
diagnostic_event_countNUMBER(38,0)The number of diagnostic events in this ledger
metadataVARIANTAdditional metadata for the ledger
_extra_fieldsVARIANTAdditional fields not explicitly defined
token_transfer_countNUMBER(38,0)Number of token transfer records produced by this ledger.
balance_snapshot_countNUMBER(38,0)Number of balance snapshot records produced by this ledger.
event_countNUMBER(38,0)Number of events emitted in this ledger.
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated