getHealth – Solana
The getHealth JSON-RPC method retrieves the current health status of a Solana node.
Supported Networks
Parameters
Request Example
API Endpoints
https://go.getblock.io/<ACCESS-TOKEN>/cURL Example
curl --location "https://go.getblock.io/<ACCESS-TOKEN>/" -XPOST \
--header "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "getHealth"
}'Response
Healthy Response
Unhealthy Response (with additional information)
Error Handling
Use Cases
Code Example – Web3 getHealth Integration
Integration with Web3
Last updated
Was this helpful?