[SOLVED] Internal Transactions. Can't fetch

Polygon Mainnet.
My wallet address: 0x2B072F008D0843DCbfEFC265cCF0371F6D9F6a10

I’ve got some MATIC through internal transaction.
This is the first one.

I suppose I somehow should fetch the event that happened using Moralis powers.

getWalletTransactions aka Normal Txs - result: []
getWalletTokenTransfers aka ERC20 Transfers - result: []

What we have in polygonscan?

Seems like there is no way to fetch this single income info.

Any ideas or is there tool to fetch internal transactions by wallet address?

Because for example etherscan have this one endpoint
https://docs.etherscan.io/api-endpoints/accounts#get-a-list-of-internal-transactions-by-address

We are working on also processing the internal transactions. I think that it is still work in progress.

For future internal transactions you can also use streams api.

1 Like

I will wait for this feature, because it is crucial to correct creating User transaction history. Thanks for response.

1 Like