Fetch paginated transaction history for an embedded wallet with the Swift and Android SDKs
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.
The current status of the transaction: .broadcasted, .confirmed,
.executionReverted, .failed, .replaced, .finalized, .providerError,
.pending, or .unknown(rawValue).