---
title: "Get the Current Block Hash"
method: GET
path: "/{protocol}/{network}/sync/block_id"
tags: ["Blocks"]
---

# Get the Current Block Hash

`GET /{protocol}/{network}/sync/block_id`

Get the current block id (hash) of the protocol.

## Path parameters

- `protocol` string, required
- `network` string, required

## Response `200`

Current block hash

- string — The current block hash.

## Other responses

- `401` — Invalid or expired token
- `429` — Rate limit exceeded
- `500` — An internal server error happened
- `503` — The resource you are trying to access is currently unavailable

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
