QuickNode internal transactions notifications

Does the quick node notifications notify the webhooks for internal transactions too? For instance if it added an expressions for given address of any internal transactions happens involving that address does my webhooks receive a notification?

Hey Edward,

Can you elaborate a little more on this question? We are confused by what you mean by internal transactions. Thanks!

-Nick

I think internal transactions are those that are shown as internal on Etherscan. For example on this transaction: Ethereum Transaction Hash (Txhash) Details | Etherscan

There is an internal transfer of 0.0321 ETH.

@EdwardsPers As far as I know there is no way to get this information from a node apart from going through each transaction using this request:

 curl 'https://aaaa-bbbbb-ccccccccc.avalanche-mainnet.quiknode.pro/xxxxxxx/' \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"debug_traceTransaction","params":["0x7542d0b02847505fda25454a17cd4ff08b3040bd441e6f91580bf878f9af1c63"],"id":1,"jsonrpc":"2.0"}' | jq

And simulating the transfers that would occur.

Hi @amanctc

So those are not supported at the moment. But if you can share what kind of internal transactions you are looking to track. We can probably figure something out here.