---
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

---

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