GetBlockByLatestNum
Last updated
Was this helpful?
Was this helpful?
// Result
{
"blockID": "000000000487076ff9e45d23bd0da71ad8c4b6472d77ed86a4137dd011356fbb",
"block_header": {
"raw_data": {
"number": 75958127,
"txTrieRoot": "7eb32349fefb0abff35f11ac9fc1313da0b4f6926bdf86c7f52eb52248990433",
"witness_address": "4162398d516b555ac64af24416e05c199c01823048",
"parentHash": "000000000487076e29f762fc463180e91bfe221c49dbebf2d941e6bae508c87e",
"version": 32,
"timestamp": 1758534462000
},
"witness_signature": "a48e2c9b43c1b0ef3595be2c3d4b0db4f30a72e60b067c6c70d37018ffa88c487af786cf9c10857cf23a98083277b2dbdd6292723c538ecf02cd060ec847bf1f01"
}
}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/walletsolidity/getblockbylatestnum \
-X POST \
-H "Content-Type: application/json" \
-d '{"num":75958142}'