Error when using Moralis.Web3API.token.getWalletTokenIdTransfers

When i call the above method, if a token was minted in a batch, the result does not show this properly.

For example, calling the method for this token: https://etherscan.io/token/0x71b11ac923c967cd5998f23f6dae0d779a6ac8af?a=340282366920938463463374607431768212091

References this txn: https://etherscan.io/token/0x71b11ac923c967cd5998f23f6dae0d779a6ac8af?a=340282366920938463463374607431768212091

The transaction was a batch mint of 15 tokens for 1.2 eth, meaning each token was actually 0.08 ETH but moralis returns 1.2.

Is there a way to fix this issue ?

that value of 1.2 is the value for the entire transaction. on the general case I don’t know how to identify the price for a particular mint/transfer from a transaction, sometimes it could be different prices for every token from a transaction