Query Parameters
List of account addresses to get actions. Can be sent in hex, base64 or base64url form.
Find actions by transaction hash.
Find actions by message hash.
Find actions by the action_id.
Find actions by the trace_id.
Query actions of traces which was completed in masterchain block with given seqno
Query actions for traces with trace_end_utime >= start_utime
.
Required range:
x >= 0
Query actions for traces with trace_end_utime <= end_utime
.
Required range:
x >= 0
Query actions for traces with trace_end_lt >= start_lt
.
Required range:
x >= 0
Query actions for traces with trace_end_lt <= end_lt
.
Required range:
x >= 0
Include action types.
Exclude action types.
Supported action types
Limit number of queried rows. Use with offset to batch read.
Required range:
1 <= x <= 1000
Skip first N rows. Use with limit to batch read.
Required range:
x >= 0
Sort actions by lt.
Available options:
asc
, desc