{}
{
  "version": "{\"version\":{\"package\":\"richat\",\"version\":\"2.1.0\",\"proto\":\"4.2.1\",\"proto_richat\":\"2.0.0\",\"solana\":\"2.1.14\",\"git\":\"cf5f498fe\",\"rustc\":\"1.85.0\",\"buildts\":\"2025-04-11T17:12:50.779748607Z\"},\"extra\":{\"hostname\":\"laserstream-prod-mainnet-fra-worker-1\"}}"
}

Authorizations

x-token
string
required
Your Helius API key. You can get one for free in the dashboard.

Message

This method takes an empty request and returns version information.

Response

version
string
A JSON string containing detailed version information with the following fields:
version.package
string
The package name.
version.version
string
The package version.
version.proto
string
The protocol version.
version.proto_richat
string
The Richat protocol version.
version.solana
string
The Solana version the service is using.
version.git
string
The Git commit hash of the build.
version.rustc
string
The Rust compiler version used to build the service.
version.buildts
string
The timestamp when the service was built.
extra.hostname
string
The hostname of the server handling the request.
{}
{
  "version": "{\"version\":{\"package\":\"richat\",\"version\":\"2.1.0\",\"proto\":\"4.2.1\",\"proto_richat\":\"2.0.0\",\"solana\":\"2.1.14\",\"git\":\"cf5f498fe\",\"rustc\":\"1.85.0\",\"buildts\":\"2025-04-11T17:12:50.779748607Z\"},\"extra\":{\"hostname\":\"laserstream-prod-mainnet-fra-worker-1\"}}"
}