GetServiceInfo
Parameters:
None
Returns:
chain - string Human-readable name of the chain that this node is on. This is intended to be a human-readable name like mainnet
, testnet
, and so on.
chain_id - string The chain identifier of the chain that this node is on. The chain identifier is the digest of the genesis checkpoint, the checkpoint with sequence number 0.
checkpoint_height - uint64 Checkpoint height of the most recently executed checkpoint.
epoch - uint64 Current epoch of the node based on its highest executed checkpoint.
lowest_available_checkpoint - uint64 The lowest checkpoint for which checkpoints and transaction data are available.
lowest_available_checkpoint_objects - uint64 The lowest checkpoint for which object data is available.
server - string Software version of the service. Similar to the server
http header.
timestamp - Timestamp Unix timestamp of the most recently executed checkpoint.
Example:
grpcurl -proto .sui/rpc/v2beta2/ledger_service.proto
-H "x-token: YOUR_TOKEN_VALUE"
-d
'{
}'
sui.blockpi.network sui.rpc.v2beta.LedgerService/GetServiceInfo
Last updated
Was this helpful?