Skip to content
Search
K
Main Navigation
Learn
How To Guides
Blog
API Documentation
Appearance
Menu
Return to top
Sign a message
POST
/rollkit.v1.SignerService/Sign
Sign the given message bytes and return the signature.
Request Body
application/json
Schema
default
JSON
JSON
{
"message"
:
"SGVsbG8gV29ybGQ="
}
Responses
200
400
500
Message signed successfully
Content-Type
application/json
Schema
JSON
JSON
{
"signature"
:
"c2lnbmF0dXJl"
}
POST
/rollkit.v1.SignerService/Sign
Playground
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python
Powered by
VitePress OpenAPI