eth_getTransactionByHash Flashblock 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
sourceHash
string
The hash of the source transaction that created this transaction
from
string
The address of the sender
to
string
The address of the receiver. Null when it's a contract creation transaction
mint
string
The minting event associated with the transaction
value
string
The value transferred in wei encoded as hexadecimal
gas
string
The gas provided by the sender, encoded as hexadecimal
input
string
The data sent along with the transaction
hash
string
The hash of the transaction
r
string
The R field of the signature
s
string
The S field of the signature
yParity
string
The parity bit used in signature recovery
v
string
The standardized V field of the signature
blockHash
string
The hash of the block where this transaction was in. Null when it's a pending log
blockNumber
string
The block number where this transaction was in. Null when it's a pending log
transactionIndex
string
The integer of the transaction's index position that the log was created from. Null when it's a pending log
depositReceiptVersion
string
The version of a deposit receipt
gasPrice
string
The gas price provided by the sender in wei encoded as hexadecimal
nonce
string
The number of transactions made by the sender prior to this one encoded as hexadecimal
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free