Get Address Txns
get_address_txns"Recent transactions of [wallet]" / "tx history for [0x...]" / "what has [address] done lately" — recent transactions for an EVM address. Pass chain + 0x address; optionally filter by direction (to/from). Use for wallet-activity audit, fund-flow tracing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| limit | No | Max returned (default 25, max ~50) | |
| filter | No | to | from (default both) | |
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Transactions for the address, capped by limit |