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