Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 471 Bytes

File metadata and controls

29 lines (21 loc) · 471 Bytes
description Retrieves the version information for both the Geyser gRPC service and the connected Solana node.

getVersion

Parameters:

None

Returns:

version - object - The version object

extra - object - The extra object

Example:

{% code overflow="wrap" %}

grpcurl -proto geyser.proto
-H "x-token: <your-token>" 
-d '{}' 
solana.blockpi.network
geyser.Geyser/GetBlockHeight/Version

{% endcode %}