---
title: "Get a list of recent blocks."
method: GET
path: "/v1/blocks"
tags: ["Blocks"]
---

# Get a list of recent blocks.

`GET /v1/blocks`

## Query parameters

- `limit` number — Number of blocks to return

## Response `200`

Returns block list

- object[]
  - `height` number, required
  - `proposer` object, required
    - `address` string, required
    - `operatorAddress` string, required
    - `moniker` string, required
    - `avatarUrl` string, nullable, required
  - `transactionCount` number, required
  - `totalTransactionCount` number, required
  - `datetime` string, required

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
