Get ethereum value from EthNFTTransfer documents

I need to get the transaction value that has been received or sent for the EthNFTTransfer documents. The value of the transactions or the prices of the OrdersMatched Event isnt included by default. Is there any way I can get the ethereum value of these EthNFTTransfers using Moralis for ERC 721 and ERC1151?

Can you give an example? You can get the total eth value of an eth transaction.

Like for example for example the EthNFTTransfers have no β€œvalue” property when synced. I want to get the value of the NFT that has been bought or sold from the transaction logs either TransferEvent or for example openseas OrdersMatched function.