get_transaction
Fetch a transaction and its receipt by hash for any supported network, including Ethereum, Base, Arbitrum, Optimism, Polygon, and testnets.
Instructions
Fetch a transaction and, if mined, its receipt by hash on a supported network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Transaction hash. | |
| network | No | Target network. One of: ethereum, base, arbitrum, optimism, polygon, sepolia, base-sepolia, arbitrum-sepolia, optimism-sepolia, polygon-amoy. Defaults to the server's configured default network. |