---
title: "Get estimated fee"
method: GET
path: "/v2/fees/transfer"
tags: ["Fees"]
---

# Get estimated fee

`GET /v2/fees/transfer`

Get an estimated fee rate for STX transfer transactions. This is a fee
rate per byte, returned as a JSON integer (microSTX per byte).

## Response `200`

Fee rate in microSTX per byte

- integer — Fee rate in microSTX per byte

## Other responses

- `500` — Internal Server Error

## Changes

- **2025-07-09** `04a9a0b50aa3` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `integer`/`` for status `200`
  - api operation id `get_fee_transfer` removed and replaced with `getFeeTransfer`
  - added the non-success response with the status `500`
- **2025-07-08** `488dd3b80020` — 1 breaking, 2 info
  - the response's body type/format changed from `integer`/`` to ``/`` for status `200`
  - api operation id `getFeeTransfer` removed and replaced with `get_fee_transfer`
  - removed the non-success response with the status `500`
- **2025-07-08** `170414634c90` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `integer`/`` for status `200`
  - api operation id `get_fee_transfer` removed and replaced with `getFeeTransfer`
  - added the non-success response with the status `500`
- **2025-06-26** `2fc5956efe3d` — 1 breaking, 2 info
  - the response's body type/format changed from `integer`/`` to ``/`` for status `200`
  - api operation id `getFeeTransfer` removed and replaced with `get_fee_transfer`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/stacks-network/apis/stacks-3-0-rpc-api/changes/v2/fees/transfer/get.md)

---

[API](https://skmtc.dev/stacks-network/apis/stacks-3-0-rpc-api.md) · [All operations](https://skmtc.dev/stacks-network/apis/stacks-3-0-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stacks-network/stacks-3-0-rpc-api/revisions/bfe6e0b30f62/schema)
