Web3 API ERC20 transfers data too old

For some addresses, such as

curl -X 'GET' \
  'https://deep-index.moralis.io/api/v2/0xE93381fB4c4F14bDa253907b18faD305D799241a/erc20/transfers?chain=eth' \
  -H 'accept: application/json' \
  -H 'X-API-Key: <API-Key>'

, the latest transaction returned by Moralis was 20 hours ago while it was minutes ago in Etherscan.

Hello! Maybe you could use the parameters from_block and to_block to get the last transactions of the last blocks.
I use this address to check the idea and works okay

0xE93381fB4c4F14bDa253907b18faD305D799241a

I hope this will help you

1 Like

It can return latestest transactions with from_block and to_block. But I don’t need to use those paramaters for other address, can you fix the problem? Beisdes, only use from_block can’t work as expected.

we will have to fix both issues

can you try again now?