Skip to content

getTonTransactions

Function · TDLib 1.8.67 · d1085f9c

Returns the list of TON blockchain transactions of the current user

getTonTransactions(
  direction: TransactionDirection,
  offset: string,
  limit: int32
) → TonTransactions

direction

TransactionDirection

Direction of the transactions to receive; pass null to get all transactions

offset

string

Offset of the first transaction to return as received from the previous request; use empty string to get the first chunk of results

limit

int32

The maximum number of transactions to return