curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getnowblock \
--header 'Content-Type: application/json' \
--data '{}'{
"blockID": "<string>",
"block_header": {
"raw_data": {},
"witness_signature": "<string>"
},
"transactions": "<array>"
}curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getnowblock \
--header 'Content-Type: application/json' \
--data '{}'{
"blockID": "<string>",
"block_header": {
"raw_data": {},
"witness_signature": "<string>"
},
"transactions": "<array>"
}TRON API method that retrieves the current latest block from the TRON blockchain. This method returns the most recently produced block with all its transactions and metadata.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
blockID — the block hash identifierblock_header — block header information containing:
raw_data — raw block header data including:
timestamp — block generation timestamptxTrieRoot — transaction trie root hashparentHash — parent block hashnumber — block heightwitness_address — address of the block producerversion — block versionwitness_signature — block producer’s signaturetransactions — array of transactions included in the blockwallet/getnowblock method is used for:
Was this page helpful?