Web3 API for trades on rinkeby not working

Hi, we are testing our NFT code on Rinkeby, and we found that /nft/{address}/trades API only display results before 2022-01-26, looks like something is broken here.

a sample URL

https://deep-index.moralis.io/api/v2/nft/0xcc14dd8e6673fee203366115d3f9240b079a4930/trades?chain=rinkeby&limit=30

all the record is before 2022-01-26, but there are new records like this(https://testnets.opensea.io/assets/0xcc14dd8e6673fee203366115d3f9240b079a4930/1542) for sure, please fix this issue, thanks a lot.

1 Like

thanks for reporting, we will investigate

Hi, it seems the issue is still there, any updates?

I don’t have an update yet

for anyone who has the same problem, try /nft/{address}/transfers API, it works on rinkeby.