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

/v0/history/bulk/acs

GET
/
v0
/
history
/
bulk
/
acs
Try it
/v0/history/bulk/acs

cURL

curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/history/bulk/acs
200
404
501
{
  "record_time": "2023-11-07T05:31:56Z",
  "object_refs": [
    {
      "url": "<string>",
      "digest": "<string>"
    }
  ]
}

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

at_or_before_record_time
string<date-time>
required

Response

200
application/json

ok

record_time
string<date-time>
required

The record time for which the ACS snapshot was taken.

object_refs
object[]
required

The list of references to the bulk storage objects containing the ACS snapshot data.

Show child attributes