Skip to content
Documentation/canton-network-docs/Splice APIsToken Standard APIsToken Metadata ServiceView on canton-network-docs
canton-network-docs/Splice APIsToken Standard APIsToken Metadata Service

GET /registry/metadata/v1/info

GET
/
registry
/
metadata
/
v1
/
info
Try it
GET /registry/metadata/v1/info

cURL

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

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