Skip to main content
GET
Get transactions by message

Query Parameters

msg_hash
string

Message hash. Acceptable in hex, base64 and base64url forms.

body_hash
string

Hash of message body.

opcode
string

Opcode of message in hex or signed 32-bit decimal form.

direction
enum<string>

Direction of message.

Available options:
in,
out
limit
integer
default:10

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

Required range: 1 <= x <= 1000
offset
integer
default:0

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

Required range: x >= 0

Response

OK

address_book
object
transactions
object[]