Skip to main content
GET
/
v2
/
state
/
ledger-end
/v2/state/ledger-end
curl --request GET \
  --url https://api.example.com/v2/state/ledger-end \
  --header 'Authorization: Bearer <token>'
{
  "offset": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

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

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Response

offset
integer<int64>

It will always be a non-negative integer. If zero, the participant view of the ledger is empty. If positive, the absolute offset of the ledger as viewed by the participant.

Optional