Empty result for NFT trades on Polygon

Hi! I have an issue with NFT trades Web3 API on Polygon chain - it returns emty array.
https://deep-index.moralis.io/api/v2/nft/0x2953399124f0cbb46d2cbacd8a89cf0599974963/trades?chain=polygon&limit=10

Transfers return correct result but trades doesn’t work. I checked it with several contract addresses like:
0x2953399124f0cbb46d2cbacd8a89cf0599974963, 0x3f5fa4344bd8fcf3e91e1c9cc3ea986e4d4483c7, 0x4bca2c2ece9402b5d4dd031b49d48166c40b7957

Could you help me? Thanks!

1 Like

Hi, can you give me an example of a transaction with a trade that should be included in that output?
only opensea marketplace is supported for now

For example, trade of my item on OpenSea:
https://opensea.io/assets/matic/0x2953399124f0cbb46d2cbacd8a89cf0599974963/44793811091000824240123981364403744378688138889188839453047784565868058378270

Transaction:

we will investigate, thanks for reporting

1 Like

can you check now, you should see now those trades now

I have the same issue on rinkeby

Request:
https://deep-index.moralis.io/api/v2/nft/0x08988FC78233F9b6466aCD6fA41B58b30D35A877/trades?chain=rinkeby&marketplace=opensea

Returns:
{ total: 0, page: 0, page_size: 0, result: [] }

Trade transaction:
https://rinkeby.etherscan.io/tx/0x5fcdbe2e17767817a408f862450aa0b398ba28342ee232b666e2e2da1001d4db

https://rinkeby.etherscan.io/address/0x5206e78b21ce315ce284fb24cf05e0585a93b1d9

Project Wyvern Exchange, at a first look this doesn’t look like it is the direct opensea marketplace

That’s transaction what happens when I make a sale on testnets.opensea.io

do you know an example where it works on rinkeby?