Skip to content

Sign a message

POST
/rollkit.v1.SignerService/Sign

Sign the given message bytes and return the signature.

Request Body

application/json
JSON
{
"message": "SGVsbG8gV29ybGQ="
}

Responses

Message signed successfully

application/json
JSON
{
"signature": "c2lnbmF0dXJl"
}

Playground

Body

Samples

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI

Released under the APACHE-2.0 License