Query Parameters
List of account addresses to get transactions. Can be sent in hex, base64 or base64url form.
Find trace by trace id.
Find trace by transaction hash.
Find trace by message hash.
Query traces that was completed in masterchain block with given seqno
Query traces, which was finished after given timestamp.
Required range:
x >= 0
Query traces, which was finished before given timestamp.
Required range:
x >= 0
Query traces with end_lt >= start_lt
.
Required range:
x >= 0
Query traces with end_lt <= end_lt
.
Required range:
x >= 0
Include trace actions.
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 traces by lt.
Available options:
asc
, desc