Skip to main content
GET

Get transaction tree by offset. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates/update-by-offset instead.

Authorizations

httpAuth

string
required
HTTP bearer authentication. Send the token as Authorization: Bearer <token>. Ledger API standard JWT token

apiKeyAuth

string
required
API key authentication in the header. Ledger API standard JWT token (websocket)

Path parameters

number
required
OpenAPI type: integer (int64).

Query parameters

string[]

Responses

200

application/json
JsTransactionTree
required
Provided for backwards compatibility, it will be removed in the Canton version 3.5.0. Complete view of an on-ledger transaction.

400

Invalid value, Invalid value for: path parameter offset, Invalid value for: query parameter parties
text/plain
string
required

default

application/json
string
required
string
required
string
string
Map_String
required
Tuple2_String_String[]
integer (int32)
required
integer (int32)
string
boolean

History

Removal scheduled3.5.0
Updated3.5

The GET /v2/updates/transaction-tree-by-offset/{offset} operation was updated in this snapshot.

Deprecated3.4
Added3.4