Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/v2/commands/command-completionspartiesarray[string]beginExclusivestringGetCompletionsRequest
partiesarray[string]beginExclusivestringnpx wscat \
-c <WEBSOCKET_URL> \
-x '{"parties": ["<string>"], "beginExclusive": "<integer>"}' \
-w -1
{
"parties": [
"<string>"
],
"beginExclusive": "<integer>"
}