transactions

Get transactions by specified filter.

πŸ“˜

Note:

The v3 version API data range only supports blocks after 42000000 on the masterchain (Data after November 15, 2024).

Path Params
string
required
Defaults to public

For higher throughput, please create your own API key

Query Params
integer

Block workchain.

string

Block shard id. Must be sent with workchain.

integer

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

integer

Masterchain block seqno.

account
array of strings
Defaults to

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

account
exclude_account
array of strings
Defaults to

Exclude transactions on specified account addresses.

exclude_account
string

Transaction hash.

integer

Transaction lt.

integer

Query transactions with generation UTC timestamp after given timestamp.

integer

Query transactions with generation UTC timestamp before given timestamp.

integer

Query transactions with lt >= start_lt.

integer

Query transactions with lt <= end_lt.

integer
Defaults to 10

Limit number of queried rows(Default 10). Use with offset to batch read.

integer
Defaults to 0

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

string
Defaults to desc

Sort transactions by lt.

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json