Skip to main content
GET
/
v0
/
state
/
acs
/
snapshot-timestamp-after
/v0/state/acs/snapshot-timestamp-after
curl --request GET \
  --url https://example.com/api/scan/v0/state/acs/snapshot-timestamp-after
{
  "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

after
string<date-time>
required

The endpoint will return the record time of the first snapshot after this parameter.

migration_id
integer<int64>
required

The endpoint will return the record time of the first snapshot for this migration id or larger.

Response

ok

record_time
string<date-time>
required

The record time of the last transaction in the snapshot.