---
title: "Get Suggested Fees"
method: GET
path: "/api/v1/blockchains/suggested-fees"
tags: ["Blockchains"]
---

# Get Suggested Fees

`GET /api/v1/blockchains/suggested-fees`

Get the suggested fees in a specific network.

## Query parameters

- `chains` string[]
- `chain_types` ChainType[]

## Response `200`

Successful Response

- GetSuggestedFeesResponse
  - `suggested_fees` object, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized User
- `403` — Forbidden User
- `408` — Request Timeout
- `422` — Validation Error
- `429` — Rate Limit Exceeded
- `500` — Unexpected Error

## Changes

- **2026-09-09** `bd650199150a` — 1 breaking, 1 info
  - added `#/components/schemas/RippleSuggestedFees` to the `suggested_fees/additionalProperties/` response property `oneOf` list for the response status `200`
  - added `ripple` discriminator mapping keys to the `suggested_fees/additionalProperties/` response property for the response status `200`
- **2026-09-04** `bbfccc1af48c` — 4 warning
  - added the new `bitcoin_cash_testnet` enum value to the `suggested_fees/additionalProperties/oneOf[subschema #7: UtxoSuggestedFees]/chain_unique_id` response property for the response status `200`
  - added the new `dogecoin_testnet` enum value to the `suggested_fees/additionalProperties/oneOf[subschema #7: UtxoSuggestedFees]/chain_unique_id` response property for the response status `200`
  - added the new `litecoin_mainnet` enum value to the `suggested_fees/additionalProperties/oneOf[subschema #7: UtxoSuggestedFees]/chain_unique_id` response property for the response status `200`
  - added the new `litecoin_testnet` enum value to the `suggested_fees/additionalProperties/oneOf[subschema #7: UtxoSuggestedFees]/chain_unique_id` response property for the response status `200`
  - …this revision’s changelog is incomplete
- **2026-08-16** `61a784d58550` — 1 info
  - added the enum value `ripple` to the property `items/` of the `query` request parameter `chain_types`
- …earlier changes not shown

[Full history](https://skmtc.dev/fordefi/apis/fordefi-api/changes/api/v1/blockchains/suggested-fees/get.md)

---

[API](https://skmtc.dev/fordefi/apis/fordefi-api.md) · [All operations](https://skmtc.dev/fordefi/apis/fordefi-api/llms.txt) · [OpenAPI document](https://skmtc.dev/fordefi/apis/fordefi-api/revisions/18f724f132e8?raw)
