📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

dcr
Decred (DCR)

Method: POST signmessagewithprivkey

dropdown

Method RPC signmessagewithprivkey example for Decred (DCR)

POST signmessagewithprivkey

Method not allowed

Sign a message with the private key of an address

Parameters

privkey - string, required

The private key to sign the message with.

message - string, required

The message to create a signature of.

Request

curl --location --request POST 'https://dcr.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "signmessagewithprivkey",
"params": [null, null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}