getWalletTransactionsVerbose not return all transactions

Hi everyone. I want to get all transactions of wallet and i using this method

It return only 4 transactions, but etherscan and other explorers shows that there is much more tx (81 at now)


https://sepolia.etherscan.io/address/0xba1cc806d1db9164fa7ca9940ab7621f0bc2fd69

My request (i use js moralis lib, but here is curl for simplicity)

curl --location 'https://deep-index.moralis.io/api/v2.2/0xbA1cC806D1Db9164fA7Ca9940aB7621f0BC2FD69/verbose?chain=sepolia&order=DESC' \
--header 'accept: application/json' \
--header 'X-API-Key: my-api-key'

So how to get in fact all transactions?

Hi @kirll

Thanks for the report, there seems to be an issue at our end. Let me report the issue to the devs and get back to you.:pray:

1 Like