Skip to main content
GET
Get Traces

Query Parameters

account
string

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

trace_id
string[]

Find trace by trace id.

tx_hash
string[]

Find trace by transaction hash.

msg_hash
string[]

Find trace by message hash.

mc_seqno
integer

Query traces that was completed in masterchain block with given seqno

start_utime
integer

Query traces, which was finished after given timestamp.

end_utime
integer

Query traces, which was finished before given timestamp.

start_lt
integer

Query traces with end_lt >= start_lt.

end_lt
integer

Query traces with end_lt <= end_lt.

include_actions
boolean
default:false

Include trace actions.

supported_action_types
string[]

Supported action types

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 traces by lt.

Available options:
asc,
desc

Response

OK

address_book
object
metadata
object
traces
object[]