---
title: "Get Halving"
method: GET
path: "/info/halving"
tags: ["Kaspa network info"]
---

# Get Halving

`GET /info/halving`

Returns information about chromatic halving

## Query parameters

- `field` string

## Response `200`

Successful Response

- union
  - HalvingResponse
    - `nextHalvingTimestamp` integer
    - `nextHalvingDate` string
    - `nextHalvingAmount` number
  - string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server.md) · [All operations](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kaspa/kaspa-rest-api-server/revisions/12089df981aa/schema)
