Hi, I am fetching trades of particular collection using your API. Unfortunately the endpoint returns wrong data as there are token ids of other contracts than the one I am fetching. It happens in a case when there are more transfers in a single transaction.
however the Azuki collection has only 10000 tokens. Looking at the transaction the other token_ids are actually Parallel alpha. As there is no way how to distinguish which collection each of the token belongs to, this endpoint is useless....
Hi, I am fetching trades of particular collection using your API. Unfortunately the endpoint returns wrong data as there are token ids of other contracts than the one I am fetching. It happens in a case when there are more transfers in a single transaction.
For example when fetching transfers for azuki https://deep-index.moralis.io/api/v2/nft/0xed5af388653567af2f388e6224dc7c4b3241c544/trades?from_block=14315470 one of the trades I receive is
however the Azuki collection has only 10000 tokens. Looking at the transaction the other token_ids are actually Parallel alpha. As there is no way how to distinguish which collection each of the token belongs to, this endpoint is useless....
I will be very glad if it gets fixed! :)