/nft/{address}/trades not working?

I had code that was working for quite awhile but for the past week or so, /nft/{address}/trades just returns empty no matter what you pass it? Any thoughts what changed or why it might be broken?

Can you post an example of an API call you’re making? I’m getting valid results for an address that I tried, seems to be fine.

sure. Thanks for the help.

https://deep-index.moralis.io/api/v2/nft/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/trades?limit=500

is returning {“total”:0,“page”:0,“page_size”:500,“cursor”:"",“result”:[]}

Odd, I am getting valid results for that address and same call - https://deep-index.moralis.io/api/v2/nft/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/trades?limit=500 e.g. “total”: 25602.

Is that return directly from your fetch? Maybe try using another API key on another account.

Ok, I figured it out. I was using a from_date and to_date params also and that is what was causing it to fail but there is a problem here. Even using the test link:
Swagger UI (moralis.io)

The API doesn’t return any trades after 4.15.

If I try 4/1/2022 and 4/10/2022 I get “total”: 63 responses
If I try 4/10/2022 and 4/15/2022 I get “total”: 34 responses
But if I try anything after 4/15 I get nothing - it’s almost like the date functions stopped working the middle of April?

yes, we know of a problem with trades data from last 2-3 weeks, we will have to investigate