v1

latestOpenAPI 3.1.02026-07-1737888.6 KB
accounts
transactions

Get Transactions

Get transaction history of a given address.

get/getTransactions

Query parameters

addressstring required

Identifier of target TON account in any form.

Identifier of target TON account in any form.

limitinteger

Maximum number of transactions in response.

Maximum number of transactions in response.

ltinteger

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

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

hashstring

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

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

to_ltinteger

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

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

archivalboolean

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

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

Response

Successful Response

okboolean required
errorstring
codeinteger