Skip to main content

Parameters

chainId
string
default:"toncoin"
required
Unique identifier for a blockchain network.
id
number
default:1
required
Request identifier used to match responses.
jsonrpc
string
default:"2.0"
required
JSON-RPC version.
method
string
default:"getTransactions"
required
JSON-RPC method name.
params
object
required
TON account transaction history request.Parameters for getTransactions:
  • params.address: TON account address.
  • params.limit: Maximum number of transactions to return.
  • params.lt: Logical time of the transaction to start from. Must be sent with hash.
  • params.hash: Transaction hash to start from, in base64 or hex. Must be sent with lt.
  • params.to_lt: Logical time of the transaction to finish at.
  • params.archival: When true, only archival liteservers with full history are used.

Returns

result
array
TON account transactions.