GetTransactions

Get Transactions

get

Get transaction history of a given address.

Authorizations
Query parameters
addressstringRequired

Identifier of target TON account in any form.

limitinteger · max: 100Optional

Maximum number of transactions in response.

Default: 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_ltintegerOptional

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

Default: 0
archivalbooleanOptional

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

Default: false
Responses
200
Successful Response
application/json
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
}