Skip to main content
GET
/
getTransactions
List account transactions
curl --request GET \
  --url https://toncenter.com/api/v2/getTransactions
{
  "ok": true,
  "result": "<string>",
  "error": "<string>",
  "code": 123
}

Query Parameters

address
string
required

Identifier of target TON account in any form. Identifier of target TON account in any form.

limit
integer
default:10

Maximum number of transactions in response. Maximum number of transactions in response.

Required range: x <= 100
lt
integer

Logical time of transaction to start with, must be sent with hash. 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. Hash of transaction to start with, in base64 or hex encoding , must be sent with lt.

to_lt
integer
default:0

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).

archival
boolean
default:false

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

ok
boolean
required
result
error
string
code
integer