POST /v2/updates/trees
Query update transactions tree list (blocking call). Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates instead. Notice: This endpoint should be used for small results set. When number of results exceeded node configuration limit (http-list-max-elements-limit) there will be an error (413 Content Too Large) returned. Increasing this limit may lead to performance issues and high memory consumption. Consider using websockets (asyncapi) for better efficiency with larger results.
post/v2/updates/trees
Query parameters
limitinteger
maximum number of elements to return, this param is ignored if is bigger than server setting
stream_idle_timeout_msinteger
timeout to complete and send result if no new elements are received (for open ended streams)