> 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/untitled-3.md).

# Getting tip information

Request information about tips.

There are two types of tips managed by the local node: block tip and header tip.GET/api/v3/block/tip

**Example request**

```
curl -X GET http://localhost:2442/api/v3/block/tip \
-H 'Content-Type: application/json;
```
