health
stronghold health checks the availability of the Stronghold API and the blockchain RPC endpoints used for payments.
Usage
stronghold healthNo root required.
Checks Performed
- Stronghold API — pings the
/healthendpoint on the API server - Base RPC — checks the Base (EVM) blockchain RPC endpoint
- Solana RPC — checks the Solana blockchain RPC endpoint
RPC Statuses
Each RPC endpoint reports one of the following:
| Status | Meaning |
|---|---|
| up | Endpoint is healthy and responding normally |
| congested | Endpoint is responding but with elevated latency |
| down | Endpoint is unreachable or returning errors |
If any endpoint reports down, payments on that chain may fail until the issue is resolved.