Unary Methods
These are simple request/response gRPC methods (not streaming).SubscribeReplayInfo
Returns information about the earliest slot available for replay subscriptions. Parameters: None (empty request message)The first slot available for replay (optional — may be absent if replay is not supported).
Ping
Health check that echoes back a count value.A counter value to echo back.
The echoed counter value.
GetLatestBlockhash
Returns the latest blockhash and last valid block height.Commitment level:
PROCESSED, CONFIRMED, or FINALIZED.Slot of the blockhash.
Latest blockhash.
Last block height at which the blockhash is valid.
GetBlockHeight
Returns the current block height.Commitment level.
Current block height.
GetSlot
Returns the current slot.Commitment level.
Current slot number.
IsBlockhashValid
Checks whether a given blockhash is still valid.The blockhash to validate.
Commitment level.
Slot at which validity was checked.
true if the blockhash is still valid.GetVersion
Returns the Yellowstone gRPC server version. Parameters: NoneServer version string.
