Skip to content
Documentation/canton-network-docs/Splice APIsScan APIsScan APIView on canton-network-docs
canton-network-docs/Splice APIsScan APIsScan API

/v0/state/acs/snapshot

GET
/
v0
/
state
/
acs
/
snapshot-timestamp-after
Try it
/v0/state/acs/snapshot-timestamp-after

cURL

curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/state/acs/snapshot-timestamp-after
200
400
404
500
{
  "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

200
application/json

ok

record_time
string<date-time>
required

The record time of the last transaction in the snapshot.