Skip to main content

GetServiceInfo gRPC Method

Retrieves service information and capabilities from the Sui gRPC service.

Updated on
Jun 17, 2025

GetServiceInfo gRPC Method

Parameters

This method does not accept any parameters

Returns

chainId
string
The unique identifier for the chain. It's the digest of the genesis checkpoint (sequence number 0).
chain
string
A human-readable name for the chain (e.g., 'mainnet', 'testnet', 'devnet').
epoch
string
The current epoch number based on the highest executed checkpoint.
checkpointHeight
string
The sequence number of the most recently executed checkpoint.
timestamp
string
The Unix timestamp (ISO 8601 format) of the most recent executed checkpoint.
lowestAvailableCheckpoint
string
The lowest checkpoint for which transaction and checkpoint data are still available.
lowestAvailableCheckpointObjects
string
The lowest checkpoint for which object data is available.
serverVersion
string
The full version string of the running Sui node software.
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free