---
title: "getblockbylimitnext"
method: POST
path: "/node/v1/tron/mainnet/{apiKey}/wallet/getblockbylimitnext"
---

# getblockbylimitnext

`POST /node/v1/tron/mainnet/{apiKey}/wallet/getblockbylimitnext`

Returns the list of Block Objects included in the 'Block Height' range specified.

## Path parameters

- `apiKey` string, required

## Request body

- object
  - `startNum` integer, required — Starting block height, including this block.
  - `endNum` integer, required — Ending block height, excluding that block.

## Response `200`

200

- object
  - `block` object[]
    - `blockID` string
    - `block_header` object
      - `raw_data` object
        - `number` integer
        - `txTrieRoot` string
        - `witness_address` string
        - `parentHash` string
        - `version` integer
        - `timestamp` integer
      - `witness_signature` string

---

[API](https://skmtc.net/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.net/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/versions/be8fa2338895/schema)
