---
title: "Get fee amounts"
method: GET
path: "/feeAmount/{tokenA}/{tokenB}"
tags: ["Fees"]
---

# Get fee amounts

`GET /feeAmount/{tokenA}/{tokenB}`

Returns the liquidity provider fee and operator fee percentages for the pool.

## Path parameters

- `tokenA` 'CC' | 'USDCx' | 'CBTC' | 'cETH' | 'HANDL' | 'EDELx' | 'SBC', required
- `tokenB` 'CC' | 'USDCx' | 'CBTC' | 'cETH' | 'HANDL' | 'EDELx' | 'SBC', required

## Response `200`

Fee amounts

- FeeAmountResponse
  - `fee_amount` number, double, required — Liquidity provider fee percentage.
  - `operator_fee_amount` number, double, required — Operator fee percentage.

## Other responses

- `400` — Liquidity pool fees contract not found

---

[API](https://skmtc.net/tradecraft/apis/tradecraft-amm-http-api.md) · [All operations](https://skmtc.net/tradecraft/apis/tradecraft-amm-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradecraft/tradecraft-amm-http-api/versions/d640e54c230b/schema)
