> For the complete documentation index, see [llms.txt](https://teamhycon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhycon.gitbook.io/docs/block-api/getting-the-latest-block-information.md).

# Getting the latest block information

### Getting the latest block information <a href="#getting-the-latest-block-information" id="getting-the-latest-block-information"></a>

If a request is received without any parameters, it will return the latest block information.

**Request Body - `Content-Type: application/json;charset=utf-8`**

| Parameter | Required | Description                                                                                     |
| --------- | -------- | ----------------------------------------------------------------------------------------------- |
| `range`   | No       | Include blocks within the specified range. The block tip is used as a reference. (*Default: 1*) |

*If you want to look up previous blocks based on block tip, set the `range` parameter as a negative value.*

```
GET /api/v3/block?{range}
```
