---
title: "Get the network exchange rate to estimate costs"
method: GET
path: "/api/v1/network/exchangerate"
tags: ["network"]
---

# Get the network exchange rate to estimate costs

`GET /api/v1/network/exchangerate`

Returns the network's exchange rate, current and next.

## Query parameters

- `timestamp` string[]

## Response `200`

OK

- NetworkExchangeRateSetResponse
  - `current_rate` ExchangeRate
    - `cent_equivalent` integer
    - `expiration_time` integer
    - `hbar_equivalent` integer
  - `next_rate` ExchangeRate
    - `cent_equivalent` integer
    - `expiration_time` integer
    - `hbar_equivalent` integer
  - `timestamp` string — A Unix timestamp in seconds.nanoseconds format

## Other responses

- `400` — Invalid parameter
- `404` — Not Found
- `500` — Service Unavailable

---

[API](https://skmtc.dev/hedera/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hedera/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hedera/mirror-node-rest-api/revisions/45f5ccac560c/schema)
