Returns information about a transaction given a block number and the transaction’s index position within that block.Documentation Index
Fetch the complete documentation index at: https://base-a060aa97-meyer9-discv5-p2p-protocol-id.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Block number in hex, or
"latest", "pending", "safe", "finalized", "earliest".The transaction index position as a hexadecimal integer.
Returns
A transaction object, or
null if not found. See eth_getTransactionByHash for the full field list.