POST /v2/updates
cURL
cURL
Body
The maximum number of transactions returned for this request.
The transactions returned will either have a higher migration id or the same migration id and a record_time greater than the migration id and record time specified.
Show child attributes
Show child attributes
How daml values should be encoded in the response. "compact_json" is a compact, human-readable JSON encoding. It is the same encoding as the one used in the HTTP JSON API or the JavaScript codegen. "protobuf_json" is a verbose JSON encoding that is more difficult to parse, but contains type information, i.e., the values can be parsed losslessly without having access to the Daml source code. Optional and defaults to "compact_json".
compact_json, protobuf_json Response
ok
An individual item in the update history. May be a transaction or a contract reassignment.
- Option 1
- Option 2
Show child attributes
Show child attributes