Skip to main content
Returns the current ledger end offset. Use it as the begin_exclusive for a subsequent GetUpdates stream, or to checkpoint progress when polling for transaction confirmations.

Request

Response

offset
int64
Current ledger end offset.

Example

See also

  • GetUpdates — pass the returned offset as begin_exclusive to start streaming new ledger updates.