token_transfer_history
Retrieve ERC-20 transfer events for an address from chain logs, supporting any network and direction filtering.
Instructions
ERC-20 transfer events involving an address, read from chain logs rather than the explorer, so it works on any network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | ||
| address | Yes | ||
| toBlock | No | latest | |
| direction | No | both | |
| fromBlock | No | latest |