---
title: "Get the Fee Estimation"
method: GET
path: "/{protocol}/{network}/tx/estimate_fee"
tags: ["Fee estimator"]
---

# Get the Fee Estimation

`GET /{protocol}/{network}/tx/estimate_fee`

Returns fee estimation in decimals.This endpoint will return 3 fee estimations: fast, medium and slow.

## Path parameters

- `protocol` string, required
- `network` string, required

## Response `200`

Protocols Overview

- object
  - `most_recent_block` integer
  - `estimated_fees` union
    - FeeEstimate
      - `fast` integer — The fast maximum priority fee.
      - `medium` integer — The medium maximum priority fee.
      - `slow` integer — The slow maximum priority fee.
    - EvmFeeEstimate
      - `fast` EvmFee — The priority fee.
        - `max_priority_fee` integer — The fast slow priority fee.
        - `max_total_fee` integer — The fast slow total fee.
      - `medium` EvmFee — The priority fee.
        - `max_priority_fee` integer — The fast slow priority fee.
        - `max_total_fee` integer — The fast slow total fee.
      - `slow` EvmFee — The priority fee.
        - `max_priority_fee` integer — The fast slow priority fee.
        - `max_total_fee` integer — The fast slow total fee.

## Other responses

- `401` — Invalid or expired token
- `429` — Rate limit exceeded
- `500` — An internal server error happened
- `503` — The resource you are trying to access is currently unavailable

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
