canton-network-docs/Splice APIsScan APIsScan API
POST /v0/events
POST /v0/events
cURL
POST
POST /v0/events
cURL
Body
application/json
The maximum number of events returned for this request.
Required range:
1 <= x <= 1000The events 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".
Available options:
compact_json, protobuf_json Response
200
application/json
ok
Show child attributes
Show child attributes