[SOLVED] getWalletTransactions api

hi all
we r developing a multichain hot wallet, we want to use getWalletTransactions api from moralis.
will this api return a decoded input data for each tx or we have to do it ourself.
thanks.

You will need to decode or get the input data from the input string for each transaction.

1 Like

thanks @alex.
wish u all the best.

You can use streams API for that too soon:

hey all
how u doing?
now do we have the solution?
we want to use history api, but we need more details about each transaction, like:
in case of interacting with smart contracts, tokens, nfts, …
thanks

You are referring to a history api specific to streams api? We don’t have this one yet.