GetBlockById

Query block by ID(block hash).

Body params:

  • value - Block ID

Request

curl --request POST \
     --url https://tron.api.watchdata.io/wallet/getblockbyid \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "value": "00000000000000c82a54a3bbdc956e1ddebc903f29b8daf28505b56f55a3f87d"
}
'

Response

{}

Last updated