Skip to content
Documentation/canton-network-docs/Wallet GatewaySigning APIView on canton-network-docs
canton-network-docs/Wallet GatewaySigning API

getConfiguration

Wallet GatewaySigning APIgetConfiguration

Signing API

getConfiguration

JSON-RPCSince 0.24.0
POSTJSON-RPC getConfiguration

Protocol Details

Inputs

Outputs

result

result

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