eth_getTransactionByHash
Returns the information about a transaction requested by transaction hash.
Last updated
Was this helpful?
Was this helpful?
// Request
curl https://flow-evm.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getTransactionByHash","params":["0x6cac0a632b7a93dc8e74a094a5c42cce62ebd14af7aac009d91cb9de0c1b342d"],"id":1}'
// Result
{
"jsonrpc": "2.0",
"id": 1,
"result": {....}
}