GetTransactions
Get transaction history of a given address.
Authorizations
Query parameters
addressstringRequired
Identifier of target TON account in any form.
limitinteger · max: 100OptionalDefault:
Maximum number of transactions in response.
10
ltintegerOptional
Logical time of transaction to start with, must be sent with hash.
hashstringOptional
Hash of transaction to start with, in base64 or hex encoding , must be sent with lt.
to_ltintegerOptionalDefault:
Logical time of transaction to finish with (to get tx from lt to to_lt).
0
archivalbooleanOptionalDefault:
By default getTransaction request is processed by any available liteserver. If archival=true only liteservers with full history are used.
false
Responses
200
Successful Response
application/json
422
Validation Error
504
Lite Server Timeout
get
GET /getTransactions HTTP/1.1
Host: ton.nownodes.io
X-API-Key: YOUR_API_KEY
Accept: */*
{
"ok": true,
"result": "text",
"error": "text",
"code": 1
}