Skip to main content
GET
/
v0
/
state
/
acs
/
snapshot-timestamp
/v0/state/acs/snapshot-timestamp
curl --request GET \
  --url https://example.com/api/scan/v0/state/acs/snapshot-timestamp
{
  "record_time": "2023-11-07T05:31:56Z"
}

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.

Query Parameters

before
string<date-time>
required

The endpoint will return the record time of the most recent snapshot before this parameter.

migration_id
integer<int64>
required

The endpoint will return the record time of the most recent snapshot for this migration id.

Response

ok

record_time
string<date-time>
required

The record time of the last transaction in the snapshot.