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

getConfiguration

Wallet GatewaySigning APIgetConfiguration

Signing API

getConfiguration

JSON-RPC
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
{}