GetBlockByNum
Last updated
Was this helpful?
Was this helpful?
// Result
{
"blockID": "0000000004870706135c80388d9d9032eec89e9a54446fc70de829680b856138",
"block_header": {
"raw_data": {
"number": 75958022,
"txTrieRoot": "3bbcc016d586046ec7d2aab1e4f73c69b3d298fc80730e02e2c38fd39bdab367",
"witness_address": "4104d7c791ace5750943fc8330b4a285b365dcbb42",
"parentHash": "0000000004870705085da43b30b6f64cd0ea69873c4edb75f71899811ac8f32e",
"version": 32,
"timestamp": 1758534147000
},
"witness_signature": "9ad58c33c41643def9496f2937cea2905a04fdd7a7ec7edf3f46fa6edf1ebff41d6f0bc122c367db5a6b64e6bdbce6fb010a3c3d3bbacc0f19d1ada066b0c97900"
}
}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/walletsolidity/getblockbynum \
-X POST \
-H "Content-Type: application/json" \
-d '{"num":75957003}'