Util RPCs
createmultisig @
Creates a multi-signature address with n signature of m keys required.
It returns a json object with the address and redeemScript.
Method: POST
Example body (raw)
Example response: 200
signmessagewithprivkey
Sign a message with the private key of an address
Method: POST
Example body (raw)
Example response: 200
validateaddress
Return information about the given bitcoin address.
Method: POST
Example body (raw)
Example response: 200
verifymessage
Verify a signed message
Method: POST
Example body (raw)
Example response: 200
Last updated