Get messages by specified filters.
Message hash. Acceptable in hex, base64 and base64url forms.
Hash of message body.
The source account address. Can be sent in hex, base64 or base64url form. Use value null
to get external messages.
The destination account address. Can be sent in hex, base64 or base64url form. Use value null
to get log messages.
Opcode of message in hex or signed 32-bit decimal form.
Query messages with created_at >= start_utime
.
Query messages with created_at >= start_utime
.
Query messages with created_lt >= start_lt
.
Query messages with created_lt <= end_lt
.
Direction of message.
Exclude external messages.
Return only external messages.
Limit number of queried rows. Use with offset to batch read.
Skip first N rows. Use with limit to batch read.
Sort transactions by lt.