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

/v0/amulet

POST
/
v0
/
amulet-rules
Try it
/v0/amulet-rules

cURL

curl --request POST \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/amulet-rules \
  --header 'Content-Type: application/json' \
  --data '
{
  "cached_amulet_rules_contract_id": "<string>",
  "cached_amulet_rules_domain_id": "<string>"
}
'
200
{
  "amulet_rules_update": {
    "contract": {
      "template_id": "<string>",
      "contract_id": "<string>",
      "payload": {},
      "created_event_blob": "<string>",
      "created_at": "<string>"
    },
    "domain_id": "<string>"
  }
}

Body

application/json
cached_amulet_rules_contract_id
string
cached_amulet_rules_domain_id
string

Response

200 - application/json

ok

Contract of the Daml template Splice.AmuletRules.AmuletRules, including the full schedule of AmuletConfig changes approved by the DSO. Callers should not assume that initialValue is up-to-date, and should instead search futureValues for the latest configuration valid as of now. contract will be absent if its ID matches the input cached_amulet_rules_contract_id.

amulet_rules_update
object
required

Show child attributes