Skip to main content
GET
Get transactions

Query Parameters

workchain
integer

Block workchain.

shard
string

Block shard id. Must be sent with workchain. Example: 8000000000000000.

seqno
integer

Block block seqno. Must be sent with workchain and shard.

mc_seqno
integer

Masterchain block seqno.

account
string[]

List of account addresses to get transactions. Can be sent in hex, base64 or base64url form.

exclude_account
string[]

Exclude transactions on specified account addresses.

hash
string

Transaction hash.

lt
integer

Transaction lt.

start_utime
integer

Query transactions with generation UTC timestamp after given timestamp.

end_utime
integer

Query transactions with generation UTC timestamp before given timestamp.

start_lt
integer

Query transactions with lt >= start_lt.

end_lt
integer

Query transactions with lt <= end_lt.

limit
integer
default:10

Limit number of queried rows. Use with offset to batch read.

offset
integer
default:0

Skip first N rows. Use with limit to batch read.

sort
enum<string>
default:desc

Sort transactions by lt.

Available options:
asc,
desc

Response

OK

address_book
object
transactions
object[]