---
title: "Estimate fee rate"
method: GET
path: "/v1/cryptos/{cryptoCode}/fees/{blockCount}"
tags: ["Blockchain"]
---

# Estimate fee rate

`GET /v1/cryptos/{cryptoCode}/fees/{blockCount}`

Estimates the fee rate required for a transaction to be confirmed within a certain number of blocks.

## Path parameters

- `cryptoCode` string, required
- `blockCount` integer, required

## Response `200`

Fee rate estimated successfully.

- object
  - `feeRate` number — The estimated fee rate in satoshis per vByte.
  - `blockCount` integer — The target number of blocks for confirmation.

## Other responses

- `400` — Fee estimation unavailable. Error code: `fee-estimation-unavailable`

---

[API](https://skmtc.net/btcpayserver/apis/nbxplorer-api.md) · [All operations](https://skmtc.net/btcpayserver/apis/nbxplorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btcpayserver/nbxplorer-api/revisions/208cac39e31a/schema)
