---
title: "Get average fee"
method: POST
path: "/api/v2/{coin}/wallet/averagefee"
tags: ["Wallet"]
---

# Get average fee

`POST /api/v2/{coin}/wallet/averagefee`

Returns the average fee for a specific number of blocks. Only for ETH and TETH.

## Path parameters

- `coin` string, required — A cryptocurrency or token ticker symbol.

## Query parameters

- `numBlocks` integer

## Response `200`

OK

- AverageFee
  - `averageFee` number, required — Calculated by summing the fees of the blocks over the number of blocks.

## Other responses

- `400` — Bad Request

---

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