this https://etherscan.io/tokentxns-nft can be a good example of what I would get from Etherscan API, a list with all the transfers related to a specific NFT collection. Moreover, I would include the ETH exchanged for every transfer, a list of target fields below:
- Txn Hash
- Age
- From
- To
- TokenID
- Token
- ETH value exchanged in this transfer
is there any API in Etherscan that can let me collect that information?