VET Transfers
filterTransferLogs(criteria)
filterTransferLogs(criteria)
The VeChain token VET
does not have a contract tied to it, so its transfers must be accessed from a different source.
Using logs.filterTransferLogs
gives you access to the transfers, with the same filter options, but the criteriaSet
is specifically tailored for transfer events.
Each criteria may include:
recipient: the address that receives VET
txOrigin: the address that initiated the transfer transaction
sender: the address that sent the VET
A sample request with all filters would appear as follows:
Multiple optional criteria can be configured to filter for various addresses.
Type definition and documentation of all options and results:
Example Project
Last updated