Verifymessage
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
1.0idstringRequiredExample:
verifymessagemethodstring · enumRequiredPossible values:
paramsstring[] · min: 3 · max: 3RequiredExample:
Parameters:
address(string, required): The Bitcoin address to verify.signature(string, required): The base64-encoded signature.message(string, required): The original signed message.
["1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa","H9zbxP...==","This is a test message."]Responses
200
Signature verification result
application/json
resultbooleanOptionalExample:
True if the signature is valid and from the specified address
trueerrorobject · nullableOptional
idstringOptional
Same ID as in the request
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/Last updated