📄️ Server Health Status
Checks the Web3Signer server health status. Confirms if Web3Signer is healthy. Not used by validator clients.
📄️ The High Watermark epoch and slot applicable to all validators
Returns the uint64 epoch and slot of the high watermark. Signing of attestations or blocks are only allowed when they are lower than this high watermark. If no high watermark is set, an empty JSON object will be returned.
📄️ Delete Keys.
DELETE must delete all keys from `request.pubkeys` that are known to the keymanager and exist in its
📄️ Import Keystores.
Import keystores generated by the Eth2.0 deposit CLI tooling. `passwords[i]` must unlock `keystores[i]`.
📄️ List Keys.
List all validating pubkeys known to and decrypted by this keymanager binary
📄️ List of available BLS Public Keys
Returns a hex-encoded list of BLS public keys for the private keys that have been loaded into Remote Signer.
📄️ Reload signer keys asynchronously
Reloads signer keys asynchronously. This is used after adding new keys to a current set of validators.
📄️ Signs data for BLS public key
Signs data for the BLS public key specified as part of the URL and returns the signature
📄️ Server Status
Checks the Web3Signer server status. Confirms if Web3Signer is connected and running. Not used by validator clients.