Skip to main content
Returns metadata about the provider service — network, synchronizer, supported operations, session TTL. Use it as a health check and to discover which functional groups are enabled on this server.
Unauthenticated — no signature required.

Request

Response

string
Provider identifier.
string
Service version string.
string
Provider type (e.g. orderbook-ledger-service).
TransactionOperation[]
List of operations enabled on this server — see the TransactionOperation enum.
string
Canton network identifier.
string
Canton synchronizer party ID.
uint64
Maximum lifetime of a signed session.

Example

See also

  • TransactionOperation enum — full list of values that can appear in supported_operations.
  • Transaction flow — how to invoke any of the supported operations once you’ve confirmed they are enabled.
  • Authenticationsession_ttl_secs controls how long a signed session remains valid.