GET Historical Transactions
Get the Historical Transactions
- Web
 - Flutter
 
const walletActionsResult = await fuseSDK.getWalletActions({
  page: 1,
  limit: 10,
});
final WalletActionsResult walletActionsResult = await fuseSDK.getWalletActions(page: 1, limit: 50);