Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ There are three main types of transfers that are captured when receiving a `from
| Token | Event logs for ERC20, ERC721, and ERC1155 transfers. |
| Internal ETH | Internal Transfers from a smart contract address. |

<Tip>
**Internal transfers are now supported on every EVM network where Address Activity webhooks are available** — previously they were limited to Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, and Avalanche.
</Tip>

<Warning>
**Note on Internal Transfers**

1. Internal transfers are currently only supported on Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, and Avalanche. Support for other networks is a WIP!
2. Internal Transfers with the call type `delegatecall` are not supported on Alchemy. Although they have a value associated with them, they don't transfer a value. For details read the [Ethereum Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf). Internal transfer miner rewards are also unsupported on Alchemy.
Internal Transfers with the call type `delegatecall` are not supported on Alchemy. Although they have a value associated with them, they don't transfer a value. For details read the [Ethereum Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf). Internal transfer miner rewards are also unsupported on Alchemy.
</Warning>

# Example Response
Expand Down
Loading