Optional category?: string[]Optional contractList of contract addresses (hex strings) to filter for - only applies to "erc20", "erc721", "erc1155" transfers. Default wildcard - any address
Optional excludeA boolean to exclude transfers with zero value - zero value is not the same as null value. Defaults to true.
Optional fromInclusive from block (hex string, int, latest, or indexed). Defaults to 0x0
Optional pageUUID for pagination. If more results are available, an uuid pageKey will be returned in the response. Pass that uuid into pageKey to fetch the next request.
Optional toInclusive to block (hex string, int, latest, or indexed). Defaults to latest. Read more about block tags: https://docs.alchemy.com/reference/transfers-api-quickstart#what-are-the-different-types-of-block-tags
Optional withWhether to include additional metadata about each transfer event. Defaults to false.
Array of categories, can be any of the following: "external", "internal", "erc20", "erc721", "erc1155", or "specialnft".