Table Description

Contains core ledger data from the XRP Ledger including ledger headers, consensus information, and validation details.

Column Descriptions

ColumntypeDescription
ledger_hashstringUnique hash identifier for the ledger
ledger_indexbigintSequential index number of the ledger
validatedbooleanWhether the ledger has been validated by consensus
account_hashstringHash of the account state tree
close_flagsbigintFlags indicating how the ledger was closed
close_timebigintUnix timestamp when the ledger was closed
close_time_humanstringHuman-readable timestamp when the ledger was closed
close_time_resolutionbigintResolution of the close time in seconds
close_time_isostringISO 8601 formatted close time
parent_close_timebigintClose time of the parent ledger
parent_hashstringHash of the parent ledger
total_coinsstringTotal XRP supply in the ledger
transaction_hashstringHash of the transaction tree
closedbooleanWhether the ledger is closed
transaction_countbigintNumber of transactions included in this ledger
event_created_attimestampTimestamp when the ledger event was created
ledger_close_datedateDate when the ledger was closed
_inserted_attimestampRecord insertion timestamp
_ingested_attimestampData ingestion timestamp

Table Sample