canton-network-docs/Wallet GatewaySigning API
getKeys
Signing API
getKeys
JSON-RPCSince 0.24.0
POSTJSON-RPC getKeys
Protocol Details
Outputs
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "getKeys"
}
EOF
Resultapplication/json
{
"error": "<string>",
"error_description": "<string>"
}