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 >= 0Query traces, which was finished before given timestamp.
Required range:
x >= 0Query traces with end_lt >= start_lt.
Required range:
x >= 0Query traces with end_lt <= end_lt.
Required range:
x >= 0Include trace actions.
Supported action types
Limit number of queried rows. Use with offset to batch read.
Required range:
1 <= x <= 1000Skip first N rows. Use with limit to batch read.
Required range:
x >= 0Sort traces by lt.
Available options:
asc, desc