---
title: "Get emission data for a given height"
method: GET
path: "/emission/at/{blockHeight}"
tags: ["emission"]
---

# Get emission data for a given height

`GET /emission/at/{blockHeight}`

## Path parameters

- `blockHeight` integer, required

## Response `200`

Emission data

- EmissionInfo — Emission info for height
  - `minerReward` integer
  - `totalCoinsIssued` integer
  - `totalRemainCoins` integer
  - `reemitted` integer

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.dev/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/revisions/a731602272c6/schema)
