Ton RPC API
Get Transactions
Get transaction history of a given address.
GET
/
getTransactions
Query Parameters
address
string
requiredIdentifier of target TON account in any form.
limit
integer
default: 10Maximum number of transactions in response.
Required range:
0 < x < 100
lt
integer
Logical time of transaction to start with, must be sent with hash.
hash
string
Hash of transaction to start with, in base64 or hex encoding , must be sent with lt.
to_lt
integer
default: 0Logical time of transaction to finish with (to get tx from lt to to_lt).
archival
boolean
default: falseBy default getTransaction request is processed by any available liteserver. If archival=true only liteservers with full history are used.
Response
200 - application/json
ok
boolean
requiredresult
error
string
code
integer