---
title: "Blocks list"
method: POST
path: "/api/scan/blocks"
tags: ["block"]
---

# Blocks list

`POST /api/scan/blocks`

## Request body

- InternalServerHttpBlocksParams
  - `after` integer
  - `before` integer
  - `row` integer

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `blocks` ModelSampleBlockJson[]
      - `block_num` integer
      - `block_timestamp` integer
      - `event_count` integer
      - `extrinsics_count` integer
      - `finalized` boolean
      - `hash` string
      - `validator` string
    - `pagination` object
  - `generated_at` integer
  - `message` string

---

[API](https://skmtc.net/subscan-explorer/apis/untitled-api.md) · [All operations](https://skmtc.net/subscan-explorer/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/subscan-explorer/untitled-api/versions/5e9ebf864655/schema)
