---
title: "TotalBurned returns the total amount of burned coins"
method: GET
path: "/haqq/ethiq/v1/total_burned"
tags: ["Query"]
---

# TotalBurned returns the total amount of burned coins

`GET /haqq/ethiq/v1/total_burned`

## Response `200`

A successful response.

- HaqqEthiqV1QueryTotalBurnedResponse — QueryTotalBurnedResponse is the response type for the Query/TotalBurned RPC method.
  - `totalBurned` CosmosBaseV1beta1Coin — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
    - `denom` string
    - `amount` string
  - `totalBurnedFromApplications` CosmosBaseV1beta1Coin — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
    - `denom` string
    - `amount` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
