Skip to main content
GET

JSON Ledger API

Get transaction tree by offset

OpenAPISince 3.4Changed 3.5Remove as of 3.5.0
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.

Protocol Details

Operation IDgetV2UpdatesTransaction-tree-by-offsetOffset
AuthenticationBearer token
Published3.5

Inputs

Path parameters

number
required
OpenAPI type: integer (int64).

Query parameters

string[]

Outputs

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

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

Remove as of3.5.0
Changed3.5

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

Deprecated3.4
Introduced3.4