---
title: "Get Fee Estimate"
method: GET
path: "/info/fee-estimate"
tags: ["Kaspa network info"]
---

# Get Fee Estimate

`GET /info/fee-estimate`

Get fee estimate from Kaspad.

For all buckets, feerate values represent fee/mass of a transaction in `sompi/gram` units.<br>
Given a feerate value recommendation, calculate the required fee by
taking the transaction mass and multiplying it by feerate: `fee = feerate * mass(tx)`

## Response `200`

Successful Response

- FeeEstimateResponse
  - `priorityBucket` FeeEstimateBucket, required
    - `feerate` integer
    - `estimatedSeconds` number
  - `normalBuckets` FeeEstimateBucket[], required
    - `feerate` integer
    - `estimatedSeconds` number
  - `lowBuckets` FeeEstimateBucket[], required
    - `feerate` integer
    - `estimatedSeconds` number

---

[API](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server.md) · [All operations](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kaspa/kaspa-rest-api-server/revisions/12089df981aa/schema)
