Skip to content
canton-network-docs

/registry/metadata/v1/info

/registry/metadata/v1/info - Canton Network Docs
Skip to main content
GET
/
registry
/
metadata
/
v1
/
info
Try it
/registry/metadata/v1/info

cURL

curl --request GET \
  --url https://api.example.com/registry/metadata/v1/info
200
404
500
{
  "adminId": "<string>",
  "supportedApis": {}
}

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

adminId
string
required

The Daml party representing the registry app

supportedApis
object
required

The token standard APIs supported by the registry. Note that this only includes the registry-wide APIs. Use the instrument lookup endpoints to see which APIs are supported for a given instrument

Show child attributes

Assistant
Responses are generated using AI and may contain mistakes.