/ DEVELOPERS / API / ETH_GETTRANSACTIONBYHASH
eth_getTransactionByHash
Get a transaction by hash, in Ethereum hex format.
eth_getTransactionByHash
Get a transaction by hash, in Ethereum hex format.
eth_*category: txreturns: object
Parameters
Response
Press Send Request to see a response.
Copy as
curl -X POST '/rpc' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"eth_getTransactionByHash","params":[],"id":1}'