Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.silvana.one/llms.txt

Use this file to discover all available pages before exploring further.

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

message GetLedgerEndRequest {}

Response

offset
int64
Current ledger end offset.

Example

grpcurl orderbook-devnet.silvana.dev:443 \
  silvana.ledger.v1.DAppProviderService/GetLedgerEnd

See also

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