---
title: "Get N blocks starting from hash in JSON format."
method: GET
path: "/api/v1/blocks/{hash}/json"
tags: ["block"]
---

# Get N blocks starting from hash in JSON format.

`GET /api/v1/blocks/{hash}/json`

## Path parameters

- `hash` string, required

## Response `200`

Paginated response with data and pagination metadata

- ExtendedResponse — It's used for endpoints that return lists of items requiring pagination.
  - `data` unknown
  - `pagination` Pagination — It provides information about the current page and total available records.
    - `limit` integer — Limit indicates the maximum number of items per page
    - `offset` integer — Offset indicates the starting position in the full dataset
    - `totalRecords` integer — TotalRecords indicates the total number of available records

## Other responses

- `400` — Error response
- `404` — Error response

---

[API](https://skmtc.net/bsv-blockchain/apis/teranode-asset-service-api.md) · [All operations](https://skmtc.net/bsv-blockchain/apis/teranode-asset-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bsv-blockchain/teranode-asset-service-api/versions/5bc9be41e029/schema)
