API Reference

messages

Get messages by specified filters.

Log in to see full request history

📘

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
msg_hash
array of strings
Defaults to

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

msg_hash
string

Hash of message body.

string

The source account address. Can be sent in hex, base64 or base64url form. Use value null to get external messages.

string

The destination account address. Can be sent in hex, base64 or base64url form. Use value null to get log messages.

string

Direction of message, Example in or out

string

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

integer

Query messages with created_at >= start_utime.

integer

Query messages with created_at <= end_utime.

integer

Query messages with created_lt >= start_lt.

integer

Query messages with created_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
Click Try It! to start a request and see the response here! Or choose an example:
application/json