> For the complete documentation index, see [llms.txt](https://docs.bbscoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bbscoin.org/development-integration/daemon-node-api/json-handlers/getheight.md).

# getheight

### Input

| Argument | Mandatory | Description | Format |
| -------- | --------- | ----------- | ------ |
| none     |           |             |        |

### Output

| Argument        | Description                           | Format |
| --------------- | ------------------------------------- | ------ |
| height          | Local blockchain height               | uint64 |
| network\_height | Network blockchain height             | uint32 |
| status          | Status of request, "OK" if successful | string |

### Usage

#### cURL

* curl <http://127.0.0.1:21204/getheight>
