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

getTransaction

Wallet GatewaySigning APIgetTransaction

Signing API

getTransaction

JSON-RPCSince 0.24.0
POSTJSON-RPC getTransaction

Protocol Details

Inputs

params

txIdstringrequired

Outputs

result

errorstring
error_descriptionstring

params

txIdstringrequired

result

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