Skip to content
Search
K
Main Navigation
Learn
How To Guides
Blog
API Documentation
Appearance
Menu
Return to top
Get public key
POST
/rollkit.v1.SignerService/GetPublic
Retrieve the public key of the signer.
Request Body
application/json
Schema
default
JSON
JSON
{
}
Responses
200
500
Public key retrieved successfully
Content-Type
application/json
Schema
JSON
JSON
{
"public_key"
:
"cHVibGljX2tleQ=="
}
POST
/rollkit.v1.SignerService/GetPublic
Playground
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python
Powered by
VitePress OpenAPI