eth_getBlockByHash
Parameters
params: [
"0xdc0818cf78f21a8e70579cb46a43643f78291264dda342ae31049421c82d21ae",
false,
]Returns
Last updated
Was this helpful?
Was this helpful?
// Result
{
"id":83,
"jsonrpc": "2.0",
"result": "0x2abfcdcfa71e54e"
}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getBlockByHash","params":["00000000047c0cb1efd01c35857847dbf33b33a73c97bd0acfc31237f63033ae", false],"id":1}'