---
title: "Get the network fees"
method: GET
path: "/api/v1/network/fees"
tags: ["network"]
---

# Get the network fees

`GET /api/v1/network/fees`

Returns the estimated gas in tinybars per each transaction type. Default order is ASC. Currently only `ContractCall`, `ContractCreate` and `EthereumTransaction` transaction types are supported.

## Query parameters

- `order` 'asc' | 'desc'
- `timestamp` string[]

## Response `200`

OK

- NetworkFeesResponse
  - `fees` NetworkFee[]
    - `gas` integer — gas cost in tinybars
    - `transaction_type` string — type of the transaction
  - `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)
