> For the complete documentation index, see [llms.txt](https://docs.getblock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getblock.io/api-reference/nem-xem/xem_node_active-peers_max-chain-height.md).

# /node/active-peers/max-chain-height - NEM

Example code for the /node/active-peers/max-chain-height rest method. Сomplete guide on how to use /node/active-peers/max-chain-height rest in GetBlock.io Web3 documentation.

#### Parameters

\-

#### Request

```java
curl --location --request GET 'https://shared.eu-central-1.getblock.io/YOUR-ACCESS-TOKEN/node/active-peers/max-chain-height' \
--header 'Content-Type: application/json'
```

#### Response

```java
{
    "height": 3943092
}
```
