get_transfers_for_contract
Retrieve transfer data for a specific NFT contract, including token type, block range, and pagination, using the Alchemy MCP Plugin for blockchain interactions.
Instructions
Get transfers for an NFT contract
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contractAddress | Yes | The contract address of the NFT collection | |
fromBlock | No | Starting block number for the query | |
order | No | Order of results (ascending or descending) | |
pageKey | No | Key for pagination | |
toBlock | No | Ending block number for the query | |
tokenType | No | Type of token (ERC721 or ERC1155) |