LedgerBegin on pruned ledger
App Development2 posts192 views2 likesLast activity Aug 2023
RY
RyanMedlenOP
Aug 2023Does “LedgerBegin” represent the beginning of the ledger or does it represent the earliest availabie offset in the case of a pruned ledger?
CO
cocreature
Aug 2023 2LedgerBegin is the beginning of the ledger not the latest pruned offset. If your ledger has been pruned requests for that will fail. There is a GetLatestPrunedOffset endpoint on the transaction service that you can use to get the earliest available offset.