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

/v0/splice

GET
/
v0
/
splice-instance-names
Try it
/v0/splice-instance-names

cURL

curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/splice-instance-names
200
404
{
  "network_name": "<string>",
  "network_favicon_url": "<string>",
  "amulet_name": "<string>",
  "amulet_name_acronym": "<string>",
  "name_service_name": "<string>",
  "name_service_name_acronym": "<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.

Response

200
application/json

ok

network_name
string
required

What to call this Splice network.

network_favicon_url
string
required

URL of an HTML favicon for this Splice network.

amulet_name
string
required

What this Splice network calls Amulet.

amulet_name_acronym
string
required

The three-letter acronym for Amulet.

name_service_name
string
required

What this Splice network calls the Amulet Name Service.

name_service_name_acronym
string
required

The acronym for name_service_name.