📜Ethereum - Verify Message

The Ethereum - Verify Message node allows you to verify the authenticity of a message that is claimed to have been signed by a specific Ethereum address. It takes in the Ethereum address, message, and signature as inputs and uses them to verify whether the signature is valid and corresponds to the given Ethereum address and message.

Options

Address

This is the Ethereum address that is expected to have signed the message. It should be a valid Ethereum address in hexadecimal format.

Message

This is the message that needs to be verified. It can be any string value.

Signature

This is the signature of the message, which is generated using the Ethereum address, private key, and message, and it is used to verify the authenticity of the message and the ownership of the address.

Output

Returns a new dataset with the property address.

If the validation fails, a 401 exception is returned.

Helpful tips

Last updated