---
title: "Get Fee Schedule"
method: GET
path: "/fees"
tags: ["Fees"]
---

# Get Fee Schedule

`GET /fees`

Retrieve the fee schedule (in basis points) for a benefactor. Returns special fees if configured, otherwise standard fees for each token.

## Query parameters

- `benefactor` string, required

## Response `200`

Fee schedule

- FeesResponse
  - `benefactor` string, required — Ethereum address of the benefactor
  - `fees` Fee[], required — List of fee entries for each token
    - `fee_bps` number, required — Deprecated: use mint_fee_bps and redeem_fee_bps instead. Returns the higher of the two fees for backward compatibility.
    - `mint_fee_bps` number, required — Mint fee in basis points (1 bps = 0.01%)
    - `redeem_fee_bps` number, required — Redeem fee in basis points (1 bps = 0.01%)
    - `token` string, required

## Other responses

- `400` — Invalid payload (missing or invalid benefactor)
- `503` — Service temporarily unavailable (fee data not available)

---

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