Porto is sunsetting. Please move any funds out before July 24, 2026. Details here.
Skip to content

health

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

Request

type Request = {
  method: 'health',
}

Response

type Response = {
  status: string;
  version: string;
}

Example

cast rpc --rpc-url https://rpc.porto.sh health
{
  "status": "rpc ok",
  "version": "21.0.2 (93ade40)"
}