Identify contract address, token ID from wallet transaction

Hello,

I am trying to “identify” NFT sales and purchases from a certain wallet.

I can get a list of transactions of a certain wallet address through:

https://deep-index.moralis.io/api/v2/0xb5aa6d303e0666a4a4838326af28af13b7928d60?chain=eth

Any idea how i can:
1- Identify NFT Transactions from the response? (txn value, gas fee)
2- Identify the contract address of the NFT collection / Token ID of the NFT purchased or sold

Please let me know your thoughts.

Thanks
Zeee

You can looks in the logs of a transaction

Hello… Thanks for your quick response… Can you be more specific maybe with an example. I know that might seem like a newbie question, but i’m still learning here.

Thanks!

You can look at the events from a transaction. You will see a topic and parameters there. You have to understand what is there.