verifymessage
Verifies a message signature using the corresponding Bitcoin address. Returns true if the signature is valid and matches the given address.
Path parameters
apiKey
Request
This endpoint expects an object.
address
The Bitcoin address to use for the signature.
signature
The base64-encoded signature provided by the signer.
message
The message that was signed.
Response
Whether the signature is valid for the message and address.