Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Ledger APIAsyncAPI/v2/updates/flatsView on Canton Network Docs

Publish flats

/v2/updates/flats

Publish flats

WebSocketUpdated 3.5
PUBLISH/v2/updates/flats
Get flat transactions update stream. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates instead.

Protocol Details

Inputs

GetUpdatesRequest

beginExclusivestringrequired

Outputs

GetUpdatesRequest

beginExclusivestringrequired

History

Updated3.5

publish description updated; publish required fields added: beginExclusive; publish required fields removed: updateFormat

wscat
wscat
npx wscat \
  -c <WEBSOCKET_URL> \
  -x '{"beginExclusive": "<integer>"}' \
  -w -1
messageapplication/json
message
{
  "beginExclusive": "<integer>"
}