---
title: "Fetch a sequence of Nakamoto blocks in a tenure"
method: GET
path: "/v3/tenures/{block_id}"
tags: ["Blocks"]
---

# Fetch a sequence of Nakamoto blocks in a tenure

`GET /v3/tenures/{block_id}`

Fetch a sequence of Nakamoto blocks in a tenure. The blocks will be
served in order from highest to lowest. The blocks will be encoded in
their SIP-003 wire format, and concatenated together.

## Path parameters

- `block_id` string, required

## Query parameters

- `stop` string

## Response `200`

SIP-003-encoded Nakamoto blocks, concatenated together

## Other responses

- `400` — Bad request
- `404` — Not found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/stacks-network/apis/stacks-3-0-rpc-api.md) · [All operations](https://skmtc.net/stacks-network/apis/stacks-3-0-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stacks-network/stacks-3-0-rpc-api/versions/cc374d806af8/schema)
