Share your GetBlock experience with other devs and get 5M RPCs

banner image

Last updated on January 1, 1970

1 min read

Method verifymessage DogeCoin (DOGE)
connect with JSON-RPC protocol

verifymessage

info-circle-fill

Verify a signed message

Parameters

address - string

Dogecoin address used to sign a message.

signature - string

The signature.

message - string

The message to sign.

Request

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

Response

{
    "error": null,
    "id": "getblock.io",
    "result": true
}
banner icon

Start Building with GetBlock RPCs for Free