---
title: "Calculate returns the estimated amount of aHAQQ coins to be minted for given aISLM amount"
method: GET
path: "/haqq/ethiq/v1/calculate/{islmAmount}"
tags: ["Query"]
---

# Calculate returns the estimated amount of aHAQQ coins to be minted for given aISLM amount

`GET /haqq/ethiq/v1/calculate/{islmAmount}`

## Path parameters

- `islmAmount` string, required

## Response `200`

A successful response.

- HaqqEthiqV1QueryCalculateResponse — QueryCalculateResponse is the response type for the Query/Calculate RPC method.
  - `estimatedHaqqAmount` string
  - `supplyBefore` string
  - `supplyAfter` string
  - `averagePrice` 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)
