/getTransactions - The Open Network (TON)

Example code for the /getTransactions json-rpc method. Сomplete guide on how to use /getTransactions json-rpc in GetBlock.io Web3 documentation.

Parameters

address - query

string, required

Identifier of target TON account in any form.

limit - query

integer, optional

Maximum number of transactions in response.

lt - query

integer, optional

Logical time of transaction to start with, must be sent with hash.

None - query

string, optional

Hash of transaction to start with, in base64 or hex encoding , must be sent with lt.

to_lt - query

integer, optional

Logical time of transaction to finish with (to get tx from lt to to_lt).

archival - query

boolean, optional

By default getTransaction request is processed by any available liteserver. If archival=true only liteservers with full history are used.

Request

Response

Last updated

Was this helpful?