---
title: "Get fee and limits for a given protocol route"
method: GET
path: "/liquidity/protocol/{protocol}/fees"
tags: ["Liquidity"]
---

# Get fee and limits for a given protocol route

`GET /liquidity/protocol/{protocol}/fees`

Returns configured fee and min/max limits from solver config

## Path parameters

- `protocol` string, required

## Query parameters

- `srcChain` string, required
- `dstChain` string, required
- `srcToken` string, required
- `dstToken` string, required

## Response `200`

OK

- LiquidityFeesResponse
  - `data` TypesFeeTier[], required
    - `feeBps` number, required
    - `maxAmount` integer, required
    - `minAmount` integer, required

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

> 9 revisions in range; 1 could not be searched.

- **2026-06-12** `d6850bb00581` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
- **2026-04-02** `ce8ff009580d` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
- **2026-03-24** `a09cd74d2a58` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sprintertech/apis/untitled-api/changes/liquidity/protocol/:protocol/fees/get.md)

---

[API](https://skmtc.dev/sprintertech/apis/untitled-api.md) · [All operations](https://skmtc.dev/sprintertech/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sprintertech/untitled-api/revisions/1713381f8993/schema)
