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

message GetServiceInfoRequest {}

Response

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

Example

grpcurl rpc-devnet.modo-api.app:443 \
  silvana.ledger.v1.DAppProviderService/GetServiceInfo

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.