Skip to main content
POST
/
v0
/
amulet-rules
/v0/amulet-rules
curl --request POST \
  --url https://example.com/api/scan/v0/amulet-rules \
  --header 'Content-Type: application/json' \
  --data '
{
  "cached_amulet_rules_contract_id": "<string>",
  "cached_amulet_rules_domain_id": "<string>"
}
'
{
  "amulet_rules_update": {
    "contract": {
      "template_id": "<string>",
      "contract_id": "<string>",
      "payload": {},
      "created_event_blob": "<string>",
      "created_at": "<string>"
    },
    "domain_id": "<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.

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