Skip to content
canton-network-docs

/v2/state/ledger

/v2/state/ledger-end - Canton Network Docs
Skip to main content
GET
/
v2
/
state
/
ledger-end
Try it
/v2/state/ledger-end

cURL

curl --request GET \
  --url https://api.example.com/v2/state/ledger-end \
  --header 'Authorization: Bearer <token>'
200
400
default
{
  "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

200
application/json
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

Assistant
Responses are generated using AI and may contain mistakes.