Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
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
TON account transactions.