Skip to content
Open
Show file tree
Hide file tree
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 @@ -32,7 +32,7 @@ There are three main types of transfers that are captured when receiving a `from
<Warning>
**Note on Internal Transfers**

Internal transfers are currently supported on Ethereum (Mainnet, Sepolia), Polygon (Mainnet, Amoy), Arbitrum (Mainnet, Sepolia), Optimism (Mainnet, Sepolia), Base (Mainnet, Sepolia), BNB Chain (Mainnet, Testnet), Avalanche (Mainnet, Fuji), and Robinhood Chain (Mainnet, Testnet). Support for other networks is a work in progress. Reach out if you need internal transfer support for a chain not listed above.
Internal transfers are currently supported on Ethereum (Mainnet, Sepolia), Polygon (Mainnet, Amoy), Arbitrum (Mainnet, Sepolia), Optimism (Mainnet, Sepolia), Base (Mainnet, Sepolia), BNB Chain (Mainnet, Testnet), Avalanche (Mainnet, Fuji), Robinhood Chain (Mainnet, Testnet), and Arc (Mainnet, Testnet). Support for other networks is a work in progress. Reach out if you need internal transfer support for a chain not listed above.

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>
Expand Down
4 changes: 2 additions & 2 deletions src/openrpc/alchemy/transfers/transfers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ servers:
name: Zora Sepolia
methods:
- name: alchemy_getAssetTransfers
description: The Transfers API allows you to easily fetch historical transactions for any address across Ethereum and supported L2s including Base, Polygon, Arbitrum, and Optimism (internal transfer data is only available on Ethereum Mainnet, Polygon Mainnet, and Base Mainnet).
description: The Transfers API allows you to easily fetch historical transactions for any address across Ethereum and supported L2s including Base, Polygon, Arbitrum, and Optimism (internal transfer data is only available on Ethereum Mainnet, Polygon Mainnet, Base Mainnet, Arc Mainnet, and Arc Testnet).
x-compute-units: 120
params:
- name: assetTransferParams
Expand All @@ -178,7 +178,7 @@ methods:
default: true
category:
type: array
description: "Array of transfer categories to include. Note: the 'internal' category is only available on Ethereum Mainnet, Polygon Mainnet, and Base Mainnet."
description: "Array of transfer categories to include. Note: the 'internal' category is only available on Ethereum Mainnet, Polygon Mainnet, Base Mainnet, Arc Mainnet, and Arc Testnet."
items:
type: string
enum:
Expand Down
Loading