post https://api.shasta.trongrid.io/wallet/getnowblock
Query the latest block information
Log in to see full request history
Returns
Block data, please refer to /wallet/getblock for the content contained in block.
Response
Query the latest block information
Returns
Block data, please refer to /wallet/getblock for the content contained in block.
xxxxxxxxxx
$.post('https://api.trongrid.io/wallet/getnowblock', function(data) {
console.log(data);
});
Try It!
to start a request and see the response here! Or choose an example: