---
title: "Blocks"
method: GET
path: "/blocks"
---

# Blocks

`GET /blocks`

Get 100 blocks since blockheight in decending order offset by the specified amount if any

## Query parameters

- `height` integer, required
- `offset` integer

## Response `200`

Responses for GET /blocks

- object
  - `blocks` object[]
    - `height` integer
    - `id` string
    - `timestamp` string, date-string
    - `tx` integer
    - `transactions` object[]
      - `id` string

---

[API](https://skmtc.net/findonflow/apis/findlabs-historical-api.md) · [All operations](https://skmtc.net/findonflow/apis/findlabs-historical-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/findonflow/findlabs-historical-api/versions/a61498518a44/schema)
