Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Wallet GatewaySigning APIView on Canton Network Docs

getKeys

Wallet GatewaySigning APIgetKeys

Signing API

getKeys

JSON-RPC
POSTJSON-RPC getKeys

Protocol Details

Inputs

Outputs

result

errorstring
error_descriptionstring

result

errorstring
error_descriptionstring
cURL
cURL
curl \
  <JSON_RPC_URL> \
  -H 'content-type: application/json' \
  --data @- <<'EOF'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "getKeys"
}
EOF
Resultapplication/json
Result
{
  "error": "<string>",
  "error_description": "<string>"
}