eth_getRawTransactionByHash
Endpoints
eth_getRawTransactionByHash | Base
Base API method eth_getRawTransactionByHash retrieves the raw transaction data as a hexadecimal string for a given transaction hash.
POST
eth_getRawTransactionByHash
Base API methodDocumentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
eth_getRawTransactionByHash retrieves the raw transaction data as a hexadecimal string for a given transaction hash. This method is useful for obtaining the complete transaction data, including its signature.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
transactionHash— the hash of the transaction to retrieve.
Response
result— the raw transaction data as a hexadecimal string.
Use case
Theeth_getRawTransactionByHash method is essential for:
- Services that need to verify or inspect the complete transaction data and signature.
- Wallets and exchanges that require the raw transaction for auditing or processing purposes.
- Developers and tools that analyze transactions at a low level for security, performance, or other research purposes.
Last modified on May 18, 2026