Skip to main content
Privy’s Swift and Android SDKs let an app fetch the transaction history for an embedded Ethereum or Solana wallet, with support for filtering by asset, token, or transaction hash, and paginating through results.
Only TEE wallets support fetching transaction history. Calling getTransactions on a wallet that isn’t a TEE wallet returns an error.
Use the getTransactions method on an embedded wallet to fetch its paginated transaction history.

Usage

Parameters

params
GetTransactionsParams
required
The filters and pagination options for the transaction history request.

Returns

TransactionsPage
TransactionsPage
The requested page of transaction history.