wallet_transactions
Get recent asset transfers for a wallet address, including native coin, ERC-20, ERC-721, and ERC-1155, merged and sorted by newest first.
Instructions
[$0.002/call, wallet required] Return the most recent asset transfers (incoming + outgoing) for a wallet address - native coin, ERC-20, ERC-721, ERC-1155 - already merged and sorted newest first. Each row carries the block, tx hash, counterparty, asset, and decimal value. Cap is 100 per direction; widen the window via fromBlock if you need deeper history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max transfers per direction (1-100, default 25). | |
| address | Yes | 0x-prefixed 40-char hex wallet address. | |
| network | No | ethereum / base / polygon / arbitrum / optimism (default base). | |
| fromBlock | No | Optional starting block in hex (default 0x0 = earliest). |