Query Parameters
Block workchain.
Block shard id. Must be sent with workchain. Example: 8000000000000000
.
Block block seqno. Must be sent with workchain and shard.
Masterchain block seqno.
List of account addresses to get transactions. Can be sent in hex, base64 or base64url form.
Exclude transactions on specified account addresses.
Transaction hash.
Transaction lt.
Query transactions with generation UTC timestamp after given timestamp.
x >= 0
Query transactions with generation UTC timestamp before given timestamp.
x >= 0
Query transactions with lt >= start_lt
.
x >= 0
Query transactions with lt <= end_lt
.
x >= 0
Limit number of queried rows. Use with offset to batch read.
1 <= x <= 1000
Skip first N rows. Use with limit to batch read.
x >= 0
Sort transactions by lt.
asc
, desc