Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
AsyncAPI Reference
JSON API AsyncAPI Reference
Operation-first WebSocket reference pages built from AsyncAPI channel snapshots and lifecycle deltas.
Channels
Use the channel page to choose a specificpublish or subscribe action. Action pages are the primary reference surface.
/v2/commands/completions
Subscribe to command completion events.
/v2/state/active-contracts
Returns a stream of the snapshot of the active contracts and incomplete (un)assignments at a ledger offset. Once the stream of GetActiveContractsResponses completes, the client…
/v2/updates
Read the ledger’s filtered update stream for the specified contents and filters. It returns the event types in accordance with the stream contents selected. Also the selection c…
/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.
/v2/updates/trees
Get update transactions tree stream. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates instead.