---
title: "Blockchain height for timestamp"
method: GET
path: "/blocks/heightByTimestamp/{timestamp}"
tags: ["blocks"]
---

# Blockchain height for timestamp

`GET /blocks/heightByTimestamp/{timestamp}`

Get height of the most recent block such that its timestamp does not exceed the given `{timestamp}`.

## Path parameters

- `timestamp` integer, required

## Response `200`

Block height

- object
  - `height` integer, required

---

[API](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/revisions/09465bcdf6ce/schema)
