Skip to content

Get public key

POST
/rollkit.v1.SignerService/GetPublic

Retrieve the public key of the signer.

Request Body

application/json
JSON
{
}

Responses

Public key retrieved successfully

application/json
JSON
{
"public_key": "cHVibGljX2tleQ=="
}

Playground

Body

Samples

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI

Released under the APACHE-2.0 License