> For the complete documentation index, see [llms.txt](https://docs.watchdata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.watchdata.io/blockchain-apis/tron-api/query-the-network/getblockbyid.md).

# GetBlockById

**Body params**:&#x20;

* `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**

```
{}
```
