Get node version
Returns the current version of the running node.Get self clique info
Returns information about the node’s clique — its sync status, connected peers, and network position. This is the most useful endpoint for checking if the node is healthy.synced: true means the node is caught up with the chain. If this is false the node is still syncing and responses may return stale data.
Get chain parameters
Returns network-level configuration parameters.networkId is 0 for mainnet and 1 for testnet.

