Skip to content

health

Health check for the RPC server. Returns the version of the server.

Request

type Request = {
  method: 'health',
}

Response

type Response = string; // the version

Example

cast rpc --rpc-url https://base-sepolia.rpc.ithaca.xyz health
"9.0.1-dev (f62ebc7)"