Skip to content
Documentation/canton-network-docs/Ledger APIAsyncAPI/v2/commands/command-completionsView on canton-network-docs
canton-network-docs/Ledger APIAsyncAPI/v2/commands/command-completions

Publish command completions

/v2/commands/command-completions

Publish command completions

WebSocketSince 3.5
PUBLISH/v2/commands/command-completions

Protocol Details

Inputs

GetCompletionsRequest

partiesarray[string]
beginExclusivestring

Outputs

GetCompletionsRequest

partiesarray[string]
beginExclusivestring
wscat
wscat
npx wscat \
  -c <WEBSOCKET_URL> \
  -x '{"parties": ["<string>"], "beginExclusive": "<integer>"}' \
  -w -1
messageapplication/json
message
{
  "parties": [
    "<string>"
  ],
  "beginExclusive": "<integer>"
}