Etherscan Txlist
crypto__etherscan-txlistRetrieve recent Ethereum transactions for any address, providing transaction hash, sender, recipient, value, timestamp, and gas details. Returns verified data with quality scoring and source attribution for audit purposes.
Instructions
[Cryptocurrency & Blockchain Agent] Get recent transactions for an Ethereum address using Etherscan. Returns transaction hash, from, to, value, timestamp, and gas used. Source: Etherscan (Etherscan Terms), updates real-time. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum address (e.g. 0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe) | |
| limit | No | Number of transactions to return | |
| chainId | No | EVM chain ID (1=Ethereum, 137=Polygon, 42161=Arbitrum) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |