eth_getTransactionByHash RPC Method
Parameters
hash
string
REQUIRED
The hash of a transaction
Returns
object
object
The transaction response object, or null if no transaction is found
type
string
The transaction type
chainId
string
The chain ID of the blockchain
nonce
string
The number of transactions made by the sender before this one, encoded as hexadecimal
gas
string
The gas provided by the sender, encoded as hexadecimal
maxFeePerGas
string
The maximum fee per gas set in the transaction
maxPriorityFeePerGas
string
The maximum priority fee per gas set in the transaction
to
string
The address of the receiver. null if it's a contract creation transaction
value
string
The value transferred in wei, encoded as hexadecimal
accessList
array
The access list for EIP-2930 and EIP-1559 transactions
input
string
The data sent along with the transaction
r
string
The R field of the signature
s
string
The S field of the signature
yParity
string
The parity bit of the signature (used instead of v in EIP-1559)
v
string
The V field of the signature
hash
string
The hash of the transaction
blockHash
string
The hash of the block containing this transaction
blockNumber
string
The block number containing this transaction
transactionIndex
string
The index position of this transaction in the block
from
string
The address of the sender
gasPrice
string
The gas price provided by the sender in wei, encoded as hexadecimal
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free